import type { DefineComponent, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue'; import type { Install } from '../../utils'; import Empty from "./src/empty"; export declare const FzEmpty: Install>, { readonly image: string; readonly description: string; }, {}>>; export type EmptyInstance = InstanceType; export * from './src/interface'; export default FzEmpty;