import React from 'react'; import type { RendererHandle } from '../base.types'; export interface FontRendererProps { url: string; } export declare const FontRenderer: React.ForwardRefExoticComponent>; //# sourceMappingURL=index.d.ts.map