declare const _default: import("vue").DefineComponent<{
    /**
     * The color variant of the nav
     * @type light | dark
     * @default
     * @name color
     */
    color: {
        type: StringConstructor;
        default: undefined;
    };
    /**
     * The size variant of the nav
     * @type sm | md | lg
     * @default
     * @name size
     */
    size: {
        type: StringConstructor;
        default: undefined;
    };
    /**
     * Display the nav with vertical orientation
     * @type Boolean
     * @default false
     * @name vertical
     */
    vertical: {
        type: BooleanConstructor;
        default: boolean;
    };
}, {
    classes: import("vue").ComputedRef<{
        [x: string]: boolean;
        '-vertical': boolean;
    }>;
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
    /**
     * The color variant of the nav
     * @type light | dark
     * @default
     * @name color
     */
    color: {
        type: StringConstructor;
        default: undefined;
    };
    /**
     * The size variant of the nav
     * @type sm | md | lg
     * @default
     * @name size
     */
    size: {
        type: StringConstructor;
        default: undefined;
    };
    /**
     * Display the nav with vertical orientation
     * @type Boolean
     * @default false
     * @name vertical
     */
    vertical: {
        type: BooleanConstructor;
        default: boolean;
    };
}>>, {
    color: string;
    size: string;
    vertical: boolean;
}, {}>;
export default _default;
