import React from 'react'; import type { FABProps } from './types'; export declare function FAB(rawProps: FABProps): React.ReactElement; //# sourceMappingURL=FAB.d.ts.map