import type { DefineComponent, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue'; import type { Install, BasicType } from '../_utils'; import Empty from "./src/empty"; export declare const VEmpty: Install, string | null>; readonly contentSize: BasicType, string | number | null>; readonly contentColor: BasicType, string | null>; readonly imageSrc: BasicType, string | null>; readonly imageSize: BasicType, string | number | null>; readonly background: BasicType, string | null>; readonly iconSize: BasicType, string | number | null>; }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly, string | null>; readonly contentSize: BasicType, string | number | null>; readonly contentColor: BasicType, string | null>; readonly imageSrc: BasicType, string | null>; readonly imageSize: BasicType, string | number | null>; readonly background: BasicType, string | null>; readonly iconSize: BasicType, string | number | null>; }>>, { readonly background: string; readonly content: string; readonly contentSize: string | number; readonly contentColor: string; readonly imageSrc: string; readonly imageSize: string | number; readonly iconSize: string | number; }>>; /** empty 组件实例类型 */ export type EmptyInstance = InstanceType; export * from './src/interface'; export default VEmpty;