declare const useFont: () => { fontFamily: string; fontFamilyBold: string | undefined; }; export default useFont;