/// import { TerminalChainId } from "./types"; interface IProps { poolAddress: `0x${string}`; chainId: TerminalChainId; } declare function TerminalChart({ poolAddress, chainId }: IProps): import("react/jsx-runtime").JSX.Element; declare const _default: import("react").MemoExoticComponent; export default _default;