import { EmptyEmit } from "../_util/type.js"; import * as vue822 from "vue"; import { CSSProperties, SlotsType } from "vue"; import { TabPaneProps as TabPaneProps$1 } from "@v-c/tabs"; //#region src/tabs/TabPane.d.ts interface TabPaneProps extends TabPaneProps$1 { /** @deprecated Please use `destroyOnHidden` instead */ destroyInactiveTabPane?: boolean; class?: string; style?: CSSProperties; } interface TabPaneSlots { default?: () => any; tab?: () => any; closeIcon?: () => any; icon?: () => any; } declare const TabPane: vue822.DefineSetupFnComponent, TabPaneProps, vue822.PublicProps>; //#endregion export { TabPaneProps, TabPaneSlots, TabPane as default };