import { MiuraElement } from '@miurajs/miura-element'; export declare class MuiField extends MiuraElement { static properties: { label: { type: StringConstructor; default: string; }; help: { type: StringConstructor; default: string; }; error: { type: StringConstructor; default: string; }; required: { type: BooleanConstructor; default: boolean; reflect: boolean; }; }; label: string; help: string; error: string; required: boolean; static styles: import("@miurajs/miura-render").CSSResult; template(): import("@miurajs/miura-render").TemplateResult; } //# sourceMappingURL=field.d.ts.map