import { ApplicationConfig, ApplicationOverrides, CustomElementOptions } from "../CustomElement"; /** * Gathers application properties by reading them from the options object * and by (optionally) invoking the `resolveProperties` hook. */ export declare function gatherConfig(hostElement: HTMLElement, options: CustomElementOptions, overrides?: ApplicationOverrides): Promise>;