import type { FabProps } from "./types";
export default function Fab({ children, isFlower, button, buttonClose }: FabProps): import("react/jsx-runtime").JSX.Element;
