import _TabPane from '../tabs/src/tab-pane.vue'; export declare const TabPane: import("../../utils/types").SFCWithInstall, { cls: import("vue").ComputedRef<(string | false)[]>; ns: string; isActive: import("vue").ComputedRef; mounted: import("vue").Ref; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly> & Readonly<{}>, { title: string; disabled: boolean; destroyOnHide: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>> & Record; export type TabPaneInstance = InstanceType; export default TabPane;