import type { ExtractPropTypes, PropType, Ref } from 'vue'; import type { TabTitle } from '../tab-title'; export declare const tabTitleProps: { id: import("xzx-design/es/utils").EpPropFinalized; dot: BooleanConstructor; type: import("xzx-design/es/utils").EpPropFinalized; color: import("xzx-design/es/utils").EpPropFinalized; title: import("xzx-design/es/utils").EpPropFinalized; name: import("xzx-design/es/utils").EpPropFinalized<(NumberConstructor | StringConstructor)[], unknown, unknown, string, boolean>; currentName: import("xzx-design/es/utils").EpPropFinalized<(NumberConstructor | StringConstructor)[], unknown, unknown, string, boolean>; badge: { readonly type: PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; shrink: BooleanConstructor; disabled: BooleanConstructor; controls: import("xzx-design/es/utils").EpPropFinalized; scrollable: import("xzx-design/es/utils").EpPropFinalized<(new (...args: any[]) => boolean | Ref) | (() => boolean | Ref) | (((new (...args: any[]) => boolean | Ref) | (() => boolean | Ref)) | null)[], unknown, unknown, boolean, boolean>; activeColor: import("xzx-design/es/utils").EpPropFinalized; inactiveColor: StringConstructor; showZeroBadge: import("xzx-design/es/utils").EpPropFinalized; parent: import("xzx-design/es/utils").EpPropFinalized<(new (...args: any[]) => any) | (() => any) | { (): any; new (): any; readonly prototype: any; } | (((new (...args: any[]) => any) | (() => any) | { (): any; new (): any; readonly prototype: any; }) | null)[], unknown, unknown, () => {}, boolean>; index: NumberConstructor; currentIndex: NumberConstructor; state: import("xzx-design/es/utils").EpPropFinalized<(new (...args: any[]) => any) | (() => any) | { (): any; new (): any; readonly prototype: any; } | (((new (...args: any[]) => any) | (() => any) | { (): any; new (): any; readonly prototype: any; }) | null)[], unknown, unknown, () => {}, boolean>; isActive: import("xzx-design/es/utils").EpPropFinalized; }; export type TabTitleProps = ExtractPropTypes; export type TabTitleInstance = InstanceType;