/**
* @param {HTMLElement} element
*/
/**
* It is not possible to smoothly animate height or max-height with CSS transitions not using a fixed value
* like 'height: 1rem';
*
* This component does it via javascript.
*/
declare const _default: __VLS_WithTemplateSlots>, {}, {}>, {
default?(_: {}): any;
}>;
export default _default;
type __VLS_WithTemplateSlots = T & {
new (): {
$slots: S;
};
};
//# sourceMappingURL=AntTransitionCollapseHeight.vue.d.ts.map