import { HostElement } from '../stencil-public-runtime'; /** * Invoke the `componentOnReady` method if it is available, simulate it otherwise * @see https://stenciljs.com/docs/api#componentonready */ export declare const componentOnReady: (el: T) => Promise;