import React, { ReactNode } from 'react'; interface Props { blocksHost: string; children?: ReactNode; deps: { [key: string]: any; }; fetchOptions?: (options: Record) => void; props: { [key: string]: any; }; type: string; } declare const _default: React.ForwardRefExoticComponent>; export default _default; //# sourceMappingURL=LazyLoader.d.ts.map