import { NativeElement } from '@nonoun/native-core'; /** * Article surface container with optional click-to-navigate behavior. * Component version of
— supports traits, interactive, href. * @attr {boolean} interactive - Makes the article focusable and clickable * @attr {string} href - Navigation URL when interactive */ export declare class NContainer extends NativeElement { #private; static observedAttributes: string[]; setup(): void; teardown(): void; } //# sourceMappingURL=container-element.d.ts.map