export declare const fonts: {
    heading: {
        value: string;
    };
    body: {
        value: string;
    };
    mono: {
        value: string;
    };
};
