import type { LiveComponent, LiveElement } from '@use-gpu/live'; type AwaitProps = { promise?: Promise; all?: Promise[]; }; /** Await one or many promises that return LiveElements. */ export declare const Await: LiveComponent>; export {};