import * as React from 'react'; declare const FontProvider: ({ children }: React.HTMLAttributes) => JSX.Element; export default FontProvider;