import { MiuraElement } from '@miurajs/miura-element'; export declare class MuiInput extends MiuraElement { static properties: { value: { type: StringConstructor; default: string; }; placeholder: { type: StringConstructor; default: string; }; type: { type: StringConstructor; default: string; }; disabled: { type: BooleanConstructor; default: boolean; reflect: boolean; }; invalid: { type: BooleanConstructor; default: boolean; reflect: boolean; }; name: { type: StringConstructor; default: string; }; }; value: string; placeholder: string; type: string; disabled: boolean; invalid: boolean; name: string; static styles: import("@miurajs/miura-render").CSSResult; private onInput; template(): import("@miurajs/miura-render").TemplateResult; } //# sourceMappingURL=input.d.ts.map