import React from 'react';
import type { PropsWithChildren } from 'react';
import type { FabProps } from '../../decs';
declare const Fab: React.FC<PropsWithChildren<FabProps>>;
export type { FabProps } from '../../decs';
export default Fab;
//# sourceMappingURL=FloatingActionButton.d.ts.map