import { FAB, FABProps } from '@rn-vui/base/dist/FAB/FAB';
export { FAB };
export type { FABProps };
declare const _default: import("react").FunctionComponent<import("react").PropsWithChildren<FABProps>> | import("react").ForwardRefExoticComponent<import("react").RefAttributes<import("react").PropsWithChildren<FABProps>>>;
export default _default;
