import { To } from 'react-router'; import { TranslationsPaths } from '../locale'; export interface CreateFabItemProps { icon: I; label: TranslationsPaths; to: To; } export declare const useCreateFab: (defaultIcon: I) => CreateFabItemProps[]; //# sourceMappingURL=useCreateFab.d.ts.map