import type { PropType } from 'vue'; import { isVNode } from 'vue'; declare const _sfc_main: import("vue").DefineComponent<{ title: { type: (StringConstructor | ObjectConstructor)[]; default: string; }; loading: { type: BooleanConstructor; }; /** * Can it be expanded */ canExpan: { type: BooleanConstructor; default: boolean; }; /** * Warm reminder on the right side of the title */ describe: { type: PropType; default: string; }; /** * Whether to trigger window.resize when expanding and contracting, * Can adapt to tables and forms, when the form shrinks, the form triggers resize to adapt to the height */ triggerWindowResize: { type: BooleanConstructor; }; /** * Delayed loading time */ lazyTime: { type: NumberConstructor; default: number; }; }, { isTitle: import("vue").ComputedRef; isVNode: typeof isVNode; newProps: import("vue").ComputedRef}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined; title: string | Record; loading: boolean; describe: string; canExpan: boolean; triggerWindowResize: boolean; lazyTime: number; }>>; prefixCls: string; show: import("vue").Ref; handleExpand: (val: boolean) => void; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{ title?: unknown; loading?: unknown; canExpan?: unknown; describe?: unknown; triggerWindowResize?: unknown; lazyTime?: unknown; } & { title: string | Record; loading: boolean; describe: string; canExpan: boolean; triggerWindowResize: boolean; lazyTime: number; } & {}>, { title: string | Record; loading: boolean; describe: string; canExpan: boolean; triggerWindowResize: boolean; lazyTime: number; }>; export default _sfc_main;