export type AwaiterProps = { load: () => Promise; props?: any; attributes?: any; fallback?: any; children?: any; }; //# sourceMappingURL=awaiter.types.d.ts.map