import type { FabBacktopProps } from './types'; export declare function FabBacktop(props: FabBacktopProps): React.ReactElement | null;