export declare const styles: {
    header: {
        display: string;
        flexDirection: string;
        alignItems: string;
        rowGap: number;
        marginBottom: number;
    };
    name: {
        fontSize: number;
        fontWeight: string;
        marginBottom: number;
    };
    contact: {
        fontSize: number;
        color: string;
    };
};
