import { ZRadioSelect_Props } from '@zurich/dev-utils/code/RadioSelect';
/** ## ``
*
* ...
*
* @example
* ```html
*
* ```
* ___
*
*
*/
declare const _default: (__VLS_props: {
readonly onBlur?: (() => any) | undefined;
readonly onValidated?: ((payload: NonNullable) => any) | undefined;
readonly onRestarted?: (() => any) | undefined;
readonly "onUpdate:modelValue"?: ((payload: string) => any) | undefined;
readonly 'element-id'?: string | undefined;
readonly 'z-theme'?: "light" | "dark" | undefined;
readonly 'custom-str'?: string | undefined;
readonly slot?: string | undefined;
readonly config?: "inline" | undefined;
readonly label?: string | undefined;
readonly disabled?: boolean | undefined;
readonly locale?: import('@zurich/dev-utils/locales').Locale | undefined;
readonly invalid?: boolean | undefined;
readonly required?: boolean | undefined;
readonly name?: string | undefined;
readonly options?: readonly import('@zurich/dev-utils/code').ZSelectInput_Option[] | undefined;
readonly modelValue?: ZRadioSelect_Props['model'];
readonly helpText?: ZRadioSelect_Props['help-text'];
readonly customStr?: ZRadioSelect_Props['custom-str'];
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, __VLS_ctx?: {
slots: Readonly<{
default: any;
}> & {
default: any;
};
attrs: any;
emit: ((evt: "blur") => void) & ((evt: "validated", payload: NonNullable) => void) & ((evt: "restarted") => void) & ((evt: "update:modelValue", payload: string) => void);
} | undefined, __VLS_expose?: ((exposed: import('vue').ShallowUnwrapRef<{}>) => void) | undefined, __VLS_setup?: Promise<{
props: {
readonly onBlur?: (() => any) | undefined;
readonly onValidated?: ((payload: NonNullable) => any) | undefined;
readonly onRestarted?: (() => any) | undefined;
readonly "onUpdate:modelValue"?: ((payload: string) => any) | undefined;
readonly 'element-id'?: string | undefined;
readonly 'z-theme'?: "light" | "dark" | undefined;
readonly 'custom-str'?: string | undefined;
readonly slot?: string | undefined;
readonly config?: "inline" | undefined;
readonly label?: string | undefined;
readonly disabled?: boolean | undefined;
readonly locale?: import('@zurich/dev-utils/locales').Locale | undefined;
readonly invalid?: boolean | undefined;
readonly required?: boolean | undefined;
readonly name?: string | undefined;
readonly options?: readonly import('@zurich/dev-utils/code').ZSelectInput_Option[] | undefined;
readonly modelValue?: ZRadioSelect_Props['model'];
readonly helpText?: ZRadioSelect_Props['help-text'];
readonly customStr?: ZRadioSelect_Props['custom-str'];
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
attrs: any;
slots: Readonly<{
default: any;
}> & {
default: any;
};
emit: ((evt: "blur") => void) & ((evt: "validated", payload: NonNullable) => void) & ((evt: "restarted") => void) & ((evt: "update:modelValue", payload: string) => void);
}>) => import('vue').VNode & {
__ctx?: {
props: {
readonly onBlur?: (() => any) | undefined;
readonly onValidated?: ((payload: NonNullable) => any) | undefined;
readonly onRestarted?: (() => any) | undefined;
readonly "onUpdate:modelValue"?: ((payload: string) => any) | undefined;
readonly 'element-id'?: string | undefined;
readonly 'z-theme'?: "light" | "dark" | undefined;
readonly 'custom-str'?: string | undefined;
readonly slot?: string | undefined;
readonly config?: "inline" | undefined;
readonly label?: string | undefined;
readonly disabled?: boolean | undefined;
readonly locale?: import('@zurich/dev-utils/locales').Locale | undefined;
readonly invalid?: boolean | undefined;
readonly required?: boolean | undefined;
readonly name?: string | undefined;
readonly options?: readonly import('@zurich/dev-utils/code').ZSelectInput_Option[] | undefined;
readonly modelValue?: ZRadioSelect_Props['model'];
readonly helpText?: ZRadioSelect_Props['help-text'];
readonly customStr?: ZRadioSelect_Props['custom-str'];
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
attrs: any;
slots: Readonly<{
default: any;
}> & {
default: any;
};
emit: ((evt: "blur") => void) & ((evt: "validated", payload: NonNullable) => void) & ((evt: "restarted") => void) & ((evt: "update:modelValue", payload: string) => void);
} | undefined;
};
export { _default as ZvRadioSelect };
type __VLS_PrettifyLocal = {
[K in keyof T]: T[K];
} & {};