export declare const styles: {
    header: {
        marginBottom: string;
    };
    name: {
        fontSize: string;
        fontWeight: "bold";
    };
    title: {
        fontSize: string;
        fontWeight: "medium";
        color: string;
    };
};
