interface FABProps { onClick: () => void; } declare const FAB: ({ onClick }: FABProps) => import("react/jsx-runtime").JSX.Element; export default FAB;