type FontFamilyRowProps = React.ComponentPropsWithRef<"div">; export declare function FontFamilyRow({ children, className, ref, ...rest }: FontFamilyRowProps): import("react").JSX.Element; export declare namespace FontFamilyRow { var displayName: string; } export {}; //# sourceMappingURL=FontFamilyRow.d.ts.map