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<TdTabBarProps['shape']>;
        default: TdTabBarProps['shape'];
        validator(val: TdTabBarProps['shape']): boolean;
    };
    split: {
        type: BooleanConstructor;
        default: boolean;
    };
    theme: {
        type: PropType<TdTabBarProps['theme']>;
        default: TdTabBarProps['theme'];
        validator(val: TdTabBarProps['theme']): boolean;
    };
    value: {
        type: PropType<TdTabBarProps['value']>;
        default: TdTabBarProps['value'];
    };
    modelValue: {
        type: PropType<TdTabBarProps['value']>;
        default: TdTabBarProps['value'];
    };
    defaultValue: {
        type: PropType<TdTabBarProps['defaultValue']>;
    };
    zIndex: {
        type: NumberConstructor;
        default: number;
    };
    onChange: PropType<TdTabBarProps['onChange']>;
};
export default _default;
