import type { DefineComponent, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue'; import type { Install, BasicType } from '../_utils'; import CollapseAnimation from "./src/collapse-animation"; export declare const VCollapseAnimation: Install; readonly disabled: BasicType; }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly; readonly disabled: BasicType; }>>, { readonly disabled: boolean; readonly opened: boolean; }>>; /** collapse-animation 组件实例类型 */ export type CollapseAnimationInstance = InstanceType; export * from './src/interface'; export default VCollapseAnimation;