import { Fab } from './fab'; export type { FabConnotation, FABSize } from './fab'; export declare const registerFab: (prefix?: string) => void; export { Fab as VwcFabElement };