import { RevInputGroupProps } from "./types"; declare const _default: __VLS_WithTemplateSlots, { modelValue: string; disabled: boolean; showInputLeftIcon: boolean; showInputRightIcon: boolean; isLeftAddonIcon: boolean; isRigthAddonIcon: boolean; isInvalid: boolean; leftAddonTextType: string; rightAddonTextType: string; leftAddonVariantText: string; rightAddonVariantText: string; showLeftAddon: boolean; showRightAddon: boolean; }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { "update:modelValue": (value: string) => void; }, string, import("vue").PublicProps, Readonly, { modelValue: string; disabled: boolean; showInputLeftIcon: boolean; showInputRightIcon: boolean; isLeftAddonIcon: boolean; isRigthAddonIcon: boolean; isInvalid: boolean; leftAddonTextType: string; rightAddonTextType: string; leftAddonVariantText: string; rightAddonVariantText: string; showLeftAddon: boolean; showRightAddon: boolean; }>>> & { "onUpdate:modelValue"?: ((value: string) => any) | undefined; }, { disabled: boolean; modelValue: string; isInvalid: boolean; showInputLeftIcon: boolean; showInputRightIcon: boolean; isLeftAddonIcon: boolean; isRigthAddonIcon: boolean; leftAddonTextType: "small" | "body" | "caption" | "title" | "subtitle"; rightAddonTextType: "small" | "body" | "caption" | "title" | "subtitle"; leftAddonVariantText: "bold" | "medium" | "regular"; rightAddonVariantText: "bold" | "medium" | "regular"; showLeftAddon: boolean; showRightAddon: boolean; }, {}>, { leftAddon?(_: {}): any; default?(_: { isNotRoundedFull: boolean; isNotRoundedRight: boolean; isNotRoundedLeft: boolean; isInvalid: boolean; }): any; rightAddon?(_: {}): any; }>; export default _default; type __VLS_NonUndefinedable = T extends undefined ? never : T; type __VLS_TypePropsToRuntimeProps = { [K in keyof T]-?: {} extends Pick ? { type: import('vue').PropType<__VLS_NonUndefinedable>; } : { type: import('vue').PropType; required: true; }; }; type __VLS_WithDefaults = { [K in keyof Pick]: K extends keyof D ? __VLS_Prettify : P[K]; }; type __VLS_Prettify = { [K in keyof T]: T[K]; } & {}; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };