1 | export declare const Empty: import("../utils").WithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
2 | image: {
|
3 | type: import("vue").PropType<string>;
|
4 | default: string;
|
5 | };
|
6 | imageSize: import("vue").PropType<import("../utils").Numeric | [import("../utils").Numeric, import("../utils").Numeric]>;
|
7 | description: StringConstructor;
|
8 | }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
9 | image: {
|
10 | type: import("vue").PropType<string>;
|
11 | default: string;
|
12 | };
|
13 | imageSize: import("vue").PropType<import("../utils").Numeric | [import("../utils").Numeric, import("../utils").Numeric]>;
|
14 | description: StringConstructor;
|
15 | }>> & Readonly<{}>, {
|
16 | image: string;
|
17 | }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
18 | export default Empty;
|
19 | export { emptyProps } from './Empty';
|
20 | export type { EmptyProps } from './Empty';
|
21 | export type { EmptyThemeVars } from './types';
|
22 | declare module 'vue' {
|
23 | interface GlobalComponents {
|
24 | VanEmpty: typeof Empty;
|
25 | }
|
26 | }
|