import { ReactiveSignalControllerHost } from './controller-host.ts'; /** * A custom element that can host reactive controllers, * and is augmented with lifecycle hooks as well as signal reactivity. */ export declare class CustomElement extends ReactiveSignalControllerHost { } export { property, state } from './signal-element.ts'; //# sourceMappingURL=index.d.ts.map