/**
 * Renders a transition wrapping the element passed in the default slot and animating
 * it with a width animation.
 *
 * @public
 */
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
    /**
     * Indicates if the transition must be applied on the initial render of the node.
     */
    appear: {
        type: BooleanConstructor;
        default: boolean;
    };
}>, {
    expand: (element: Element) => void;
    cleanUpAnimationStyles: (element: Element) => void;
    collapse: (element: Element) => void;
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
    /**
     * Indicates if the transition must be applied on the initial render of the node.
     */
    appear: {
        type: BooleanConstructor;
        default: boolean;
    };
}>> & Readonly<{}>, {
    appear: boolean;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;
//# sourceMappingURL=collapse-width.vue?vue&type=script&lang.d.ts.map