import type { IFabComponentType } from './types'; export declare function createFab({ Root, Label, Icon, }: { Root: React.ComponentType; Label: React.ComponentType; Icon: React.ComponentType; }): IFabComponentType; //# sourceMappingURL=index.d.ts.map