import type { Constructor, CustomElement } from '@apollo-elements/core/types'; import type { ControllerHost } from '@apollo-elements/core/types'; declare function ControllerHostMixinImpl>(superclass: T): T & Constructor; export declare const ControllerHostMixin: typeof ControllerHostMixinImpl; export {};