import type { DefineComponent, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue'; import type { Install, BasicType } from '../_utils'; import TabsPane from "./src/tabs-pane"; export declare const VTabsPane: Install, string | number | null>; readonly label: BasicType, string | null>; readonly lazy: BasicType; }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly, string | number | null>; readonly label: BasicType, string | null>; readonly lazy: BasicType; }>>, { readonly lazy: boolean; readonly name: string | number; readonly label: string; }>>; /** tabs-pane 组件实例类型 */ export type TabsPaneInstance = InstanceType; export * from './src/interface'; export default VTabsPane;