import { FabTypeMap } from "."; /** * * Demos: * * - [Floating Action Button](https://mui.com/components/floating-action-button/) * * API: * * - [Fab API](https://mui.com/api/fab/) * - inherits [ButtonBase API](https://mui.com/api/button-base/) */ declare const Fab: import("@suid/types").OverridableComponent; export default Fab; //# sourceMappingURL=Fab.d.ts.map