import type { Theme } from "../types";
export declare function useGoogleFont(font: string): void;
export declare function useThemeFont(theme: Theme | null): void;
