declare const _sfc_main: import("vue").DefineComponent<{ ariaLabel: { type: StringConstructor; required: false; default: string; }; justify: { type: null; required: false; default: boolean; }; role: { type: StringConstructor; required: false; default: string; }; }, { props: any; justifyBoolean: Readonly>; computedClasses: import("vue").ComputedRef<{ 'justify-content-between': boolean; }>; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly>, { ariaLabel: string; role: string; justify: any; }>; export default _sfc_main;