import type { PropertiesDefinition } from "../../types.ts"; import type { Component } from "./Component.ts"; import { type ComponentOptions } from "./ComponentControllerRegistry.ts"; /** * @deprecated This is an experimental API that will change in the future. */ export declare function defineComponent, E extends Element>(options: ComponentOptions): Component.FromPropertiesDefinition; //# sourceMappingURL=defineComponent.d.ts.map