export declare function ensureReady(element: HTMLElement | null, useAnimationFrame?: boolean): Promise; export declare function ensureSlottedReady(host: HTMLElement, getSlotted?: () => (HTMLElement | null)[], useAnimationFrame?: boolean): Promise;