export declare const Fonts: {
    /** iOS `UIFontDescriptorSystemDesignDefault` */
    sans: string;
    /** iOS `UIFontDescriptorSystemDesignSerif` */
    serif: string;
    /** iOS `UIFontDescriptorSystemDesignRounded` */
    rounded: string;
    /** iOS `UIFontDescriptorSystemDesignMonospaced` */
    mono: string;
};
