/** * Injects a into to load a Google Font * for the editor preview. Cleans up on unmount or when the URL changes. */ export declare function useGoogleFontLoader(fontUrl: string | undefined): void;