import { type ExtractPropTypes, type PropType } from 'vue'; import type { EmptyImageTypes } from './types'; import type { Numeric } from 'xzx-design/es/utils'; export declare const emptyProps: { image: { type: PropType; default: EmptyImageTypes; }; imageSize: PropType; description: StringConstructor; }; export type EmptyProps = ExtractPropTypes; declare const _default: import("vue").DefineComponent; default: EmptyImageTypes; }; imageSize: PropType; description: StringConstructor; }>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; default: EmptyImageTypes; }; imageSize: PropType; description: StringConstructor; }>> & Readonly<{}>, { image: EmptyImageTypes; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default _default;