export type AwaiterProps = { load: () => Promise; props?: any; attributes?: any; fallback?: any; children?: any; };