declare const _sfc_main: import("vue").DefineComponent<{ align: { type: null; required: false; }; fill: { type: null; required: false; default: boolean; }; justified: { type: null; required: false; default: boolean; }; small: { type: null; required: false; default: boolean; }; tag: { type: StringConstructor; required: false; default: string; }; }, { props: any; fillBoolean: Readonly>; justifiedBoolean: Readonly>; smallBoolean: Readonly>; alignment: Readonly>; computedClasses: import("vue").ComputedRef<{ [x: string]: boolean; 'nav-fill': boolean; 'nav-justified': boolean; small: boolean; }>; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly>, { fill: any; tag: string; small: any; justified: any; }>; export default _sfc_main;