import { FieldValidationProps } from '../../../../composables/unifyValidation/useValidation'; import { SelectBtnItem, SelectBtnValue } from './types'; type __VLS_Props = { modelValue?: SelectBtnValue; items?: SelectBtnItem[]; label?: string; ariaLabelledby?: string | undefined; multiple?: boolean; inline?: boolean; helpText?: string; hideDetails?: boolean; } & FieldValidationProps; declare const _default: import('vue').DefineComponent<__VLS_Props, { validateOnSubmit: () => Promise; validate: () => Promise; clearValidation: () => void; errors: import('vue').ComputedRef; warnings: import('vue').ComputedRef; successes: import('vue').ComputedRef; hasError: import('vue').ComputedRef; hasWarning: import('vue').ComputedRef; hasSuccess: import('vue').ComputedRef; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & { "update:modelValue": (value: SelectBtnValue) => any; }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{ "onUpdate:modelValue"?: ((value: SelectBtnValue) => any) | undefined; }>, { label: string; disabled: boolean; readonly: boolean; items: SelectBtnItem[]; modelValue: SelectBtnValue; multiple: boolean; required: boolean; ariaLabelledby: string; inline: boolean; showSuccessMessages: boolean; disableErrorHandling: boolean; errorMessages: string[] | null; maxErrors: number; hasError: boolean; hasWarning: boolean; hasSuccess: boolean; useVuetifyValidation: boolean; customRules: import('../../../../composables/unifyValidation/useValidation').ValidationRule[]; customWarningRules: import('../../../../composables/unifyValidation/useValidation').ValidationRule[]; customSuccessRules: import('../../../../composables/unifyValidation/useValidation').ValidationRule[]; helpText: string; hideDetails: boolean; isValidateOnBlur: boolean; successMessages: string[] | null; warningMessages: string[] | null; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, { listRef: HTMLUListElement; optionsRef: HTMLLIElement[]; }, HTMLDivElement>; export default _default;