import { IRequestParams } from "@pureprofile/access-dashboards-react-components"; interface IFetchAndRender { fetchData: IRequestParams; renderParams: any; } export declare const fetchAndRenderCharts: (params: IFetchAndRender[], id: string | HTMLElement, accessKey?: string, tokens?: string, env?: any) => void; export {};