import { FunctionComponent } from 'react'; interface IDepsLoaderProps { gameId: string; children: (theme: any, viewDeps: any) => JSX.Element; } export declare const DepsLoader: FunctionComponent; export {};