export declare const styles: {
    layout: {
        display: string;
        flexDirection: string;
        rowGap: number;
        fontSize: number;
    };
    skillsEducationColumns: {
        flexDirection: string;
        columnGap: number;
        alignItems: string;
    };
    column: {
        flex: number;
    };
    columnBody: {
        flexDirection: string;
        rowGap: number;
    };
    skillsColumn: {
        flex: number;
    };
    educationColumn: {
        flex: number;
    };
    experienceStack: {
        flexDirection: string;
        rowGap: number;
    };
    skillStack: {
        flexDirection: string;
        rowGap: number;
    };
    skillLine: {
        flexDirection: string;
        rowGap: number;
    };
    skillHeading: {
        fontSize: number;
        fontWeight: string;
        color: string;
    };
    skillContent: {
        fontSize: number;
        lineHeight: number;
    };
    educationTitle: {
        fontSize: number;
        fontWeight: string;
        color: string;
    };
    educationDetail: {
        fontSize: number;
        color: string;
    };
};
