import * as React from 'react';
import { WiredInput as _WiredInput } from 'wired-elements/lib/wired-input.js';
export declare const WiredInput: React.ForwardRefExoticComponent<Partial<_WiredInput> & {
    onChange?: ((e: Event) => unknown) | undefined;
    onchange?: ((e: Event) => unknown) | undefined;
} & {
    children?: React.ReactNode;
} & React.RefAttributes<unknown>>;
