import { NativeElement } from '@nonoun/native-core'; /** * Host container with optional shadow DOM isolation boundary. * @attr {'light'|'shadow'} mode - Isolation mode (default: 'light') */ export declare class NRoot extends NativeElement { constructor(); } //# sourceMappingURL=root-element.d.ts.map