import { RendererElement } from 'vue';
declare const CCollapse: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
    /**
     * Set horizontal collapsing to transition the width instead of height.
     */
    horizontal: BooleanConstructor;
    /**
     * Toggle the visibility of component.
     */
    visible: BooleanConstructor;
}>, () => import("vue").VNode<import("vue").RendererNode, RendererElement, {
    [key: string]: any;
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("hide" | "show")[], "hide" | "show", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
    /**
     * Set horizontal collapsing to transition the width instead of height.
     */
    horizontal: BooleanConstructor;
    /**
     * Toggle the visibility of component.
     */
    visible: BooleanConstructor;
}>> & Readonly<{
    onHide?: ((...args: any[]) => any) | undefined;
    onShow?: ((...args: any[]) => any) | undefined;
}>, {
    horizontal: boolean;
    visible: boolean;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export { CCollapse };
