export declare const experienceStyles: {
    container: {
        flexDirection: string;
        rowGap: number;
    };
    meta: {
        flexDirection: string;
        justifyContent: string;
        alignItems: string;
        columnGap: number;
    };
    metaLine: {
        flexDirection: string;
        flexWrap: string;
        columnGap: number;
        flex: number;
        alignItems: string;
    };
    title: {
        fontSize: number;
        fontWeight: string;
        color: string;
    };
    company: {
        fontSize: number;
        fontWeight: string;
        color: string;
    };
    location: {
        fontSize: number;
        color: string;
    };
    dates: {
        fontSize: number;
        color: string;
    };
    metaSeparator: {
        fontSize: number;
        color: string;
        marginHorizontal: number;
    };
    summary: {
        fontSize: number;
        color: string;
        marginBottom: number;
    };
};
