import React from 'react'; export type FontsLoadedProps = { /** Children to show when the fonts have completed loading */ children: React.ReactNode; }; export declare function FontsLoaded({ children }: FontsLoadedProps): JSX.Element; export default FontsLoaded; //# sourceMappingURL=FontsLoaded.d.ts.map