import type { FontFamilyValues } from "@excalidraw/element/types";
interface FontPickerTriggerProps {
    selectedFontFamily: FontFamilyValues | null;
}
export declare const FontPickerTrigger: ({ selectedFontFamily, }: FontPickerTriggerProps) => import("react/jsx-runtime").JSX.Element;
export {};
