import { NativeElement } from '@nonoun/native-core'; /** * Form field wrapper that wires label, description, and error slots to a child control via ARIA. * @attr {boolean} disabled - Cascades disabled state to the child control * @attr {boolean} required - Cascades required state to the child control */ export declare class NField extends NativeElement { #private; static observedAttributes: string[]; setup(): void; teardown(): void; attributeChangedCallback(name: string, old: string | null, val: string | null): void; } //# sourceMappingURL=field-element.d.ts.map