import { type FabProps } from "@mui/material/Fab"; type CodeFabProps = { selected?: boolean; ref?: React.Ref; } & Omit; export declare const SelectableFab: (props: CodeFabProps) => import("react/jsx-runtime").JSX.Element; export default SelectableFab;