export declare const NEOW_COMPONENT: unique symbol; declare const Component_base: { new (): HTMLElement; prototype: HTMLElement; }; export declare class Component extends Component_base { constructor(); static get [NEOW_COMPONENT](): boolean; requestUpdate(): void; toString(): string; } export {}; //# sourceMappingURL=Component.d.ts.map