import type { SFCWithInstall } from '@interface-ui/utils'; import Fab from './src/index.vue'; export declare const InFab: SFCWithInstall; export default InFab; export * from './src/fab'; export type FabInstance = InstanceType;