import { type ButtonElProps } from "../html/index.js";
export * from "./variants.js";
type FABProps = Omit & {
position?: "bottom-right" | "bottom-left";
};
export declare function FAB({ position, ...props }: FABProps): import("react").JSX.Element;
//# sourceMappingURL=index.d.ts.map