import { ColorConfigInterface } from "../../../../../../page/trading/types"; interface IProps { symbol: string; tradingViewConfig?: { scriptSRC?: string; library_path: string; overrides?: Record; studiesOverrides?: Record; customCssUrl?: string; colorConfig?: ColorConfigInterface; }; } export default function MyTradingView({ symbol, tradingViewConfig }: IProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=index.d.ts.map