import * as React from "react"; import type { AwaiterProps } from "./awaiter.types"; declare function Awaiter(props: AwaiterProps): React.JSX.Element; export default Awaiter; //# sourceMappingURL=awaiter.d.ts.map