import { TdNavbarProps } from './type';
import { PropType } from 'vue';
declare const _default: {
    animation: {
        type: BooleanConstructor;
        default: boolean;
    };
    capsule: {
        type: PropType<TdNavbarProps['capsule']>;
    };
    fixed: {
        type: BooleanConstructor;
        default: boolean;
    };
    left: {
        type: PropType<TdNavbarProps['left']>;
    };
    leftArrow: BooleanConstructor;
    placeholder: BooleanConstructor;
    right: {
        type: PropType<TdNavbarProps['right']>;
    };
    safeAreaInsetTop: {
        type: BooleanConstructor;
        default: boolean;
    };
    title: {
        type: PropType<TdNavbarProps['title']>;
    };
    titleMaxLength: {
        type: NumberConstructor;
    };
    visible: {
        type: BooleanConstructor;
        default: boolean;
    };
    zIndex: {
        type: NumberConstructor;
        default: number;
    };
    onLeftClick: PropType<TdNavbarProps['onLeftClick']>;
    onRightClick: PropType<TdNavbarProps['onRightClick']>;
};
export default _default;
