import { ZRangeInput_Props } from '@zurich/dev-utils/code/RangeInput';
/** ## ``
*
* ...
*
* @example
* ```html
*
* ```
* ___
*
*
*/
declare const _default: __VLS_WithTemplateSlots & {
readonly modelValue?: ZRangeInput_Props['model'];
readonly helpText?: ZRangeInput_Props['help-text'];
readonly customStr?: ZRangeInput_Props['custom-str'];
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
restarted: () => any;
"update:modelValue": (payload: import('@zurich/dev-utils/code/RangeInput.props').ZRangeInput_Model) => any;
}, string, import('vue').PublicProps, Readonly & {
readonly modelValue?: ZRangeInput_Props['model'];
readonly helpText?: ZRangeInput_Props['help-text'];
readonly customStr?: ZRangeInput_Props['custom-str'];
}> & Readonly<{
onRestarted?: (() => any) | undefined;
"onUpdate:modelValue"?: ((payload: import('@zurich/dev-utils/code/RangeInput.props').ZRangeInput_Model) => any) | undefined;
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, Readonly<{
default: any;
}> & {
default: any;
}>;
export { _default as ZvRangeInput };
type __VLS_WithTemplateSlots = T & {
new (): {
$slots: S;
};
};