import { FC } from "react"; import { FABItemProps, FABProps } from "./FAB.interface"; export declare const FABItem: FC; export declare const FAB: FC; export default FAB;