import { TdTabBarProps } from './type'; import { PropType } from 'vue'; declare const _default: { bordered: { type: BooleanConstructor; default: boolean; }; fixed: { type: BooleanConstructor; default: boolean; }; placeholder: BooleanConstructor; safeAreaInsetBottom: { type: BooleanConstructor; default: boolean; }; shape: { type: PropType; default: TdTabBarProps['shape']; validator(val: TdTabBarProps['shape']): boolean; }; split: { type: BooleanConstructor; default: boolean; }; theme: { type: PropType; default: TdTabBarProps['theme']; validator(val: TdTabBarProps['theme']): boolean; }; value: { type: PropType; default: TdTabBarProps['value']; }; modelValue: { type: PropType; default: TdTabBarProps['value']; }; defaultValue: { type: PropType; }; zIndex: { type: NumberConstructor; default: number; }; onChange: PropType; }; export default _default;