import { App } from 'vue'; declare const OIpInput: { new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins; }; readonly round: { type: import('vue').PropType; }; readonly color: { type: import('vue').PropType; default: string; }; readonly readonly: { type: BooleanConstructor; }; readonly variant: { type: import('vue').PropType; default: string; }; }>> & Readonly<{ onChange?: ((valid: boolean, ip: string) => any) | undefined; "onUpdate:modelValue"?: ((value: string) => any) | undefined; }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & { change: (valid: boolean, ip: string) => any; "update:modelValue": (value: string) => any; }, import('vue').PublicProps, { readonly color: "normal" | "primary" | "success" | "warning" | "danger"; readonly disabled: boolean; readonly variant: "solid" | "outline" | "text"; readonly readonly: boolean; readonly segmentsLen: number; }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly; }; readonly round: { type: import('vue').PropType; }; readonly color: { type: import('vue').PropType; default: string; }; readonly readonly: { type: BooleanConstructor; }; readonly variant: { type: import('vue').PropType; default: string; }; }>> & Readonly<{ onChange?: ((valid: boolean, ip: string) => any) | undefined; "onUpdate:modelValue"?: ((value: string) => any) | undefined; }>, {}, {}, {}, {}, { readonly color: "normal" | "primary" | "success" | "warning" | "danger"; readonly disabled: boolean; readonly variant: "solid" | "outline" | "text"; readonly readonly: boolean; readonly segmentsLen: number; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import('vue').ComponentOptionsBase; }; readonly round: { type: import('vue').PropType; }; readonly color: { type: import('vue').PropType; default: string; }; readonly readonly: { type: BooleanConstructor; }; readonly variant: { type: import('vue').PropType; default: string; }; }>> & Readonly<{ onChange?: ((valid: boolean, ip: string) => any) | undefined; "onUpdate:modelValue"?: ((value: string) => any) | undefined; }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & { change: (valid: boolean, ip: string) => any; "update:modelValue": (value: string) => any; }, string, { readonly color: "normal" | "primary" | "success" | "warning" | "danger"; readonly disabled: boolean; readonly variant: "solid" | "outline" | "text"; readonly readonly: boolean; readonly segmentsLen: number; }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & { install(app: App): void; }; export { OIpInput }; export * from './types';