import { AboutProfile } from './about-profile.entity';
export declare class AboutBio {
    id: number;
    paragraph: string;
    sortOrder: number;
    profile: AboutProfile;
    profileId: number;
    createdAt: Date;
}
