import type { FabProps } from './types'; import { FabBacktop } from './FabBacktop'; import { FabButton } from './FabButton'; export declare const Fab: { (props: FabProps): React.ReactElement | null; Button: typeof FabButton; Backtop: typeof FabBacktop; };