import { type ChainTokenPanelView } from "../../types/types"; interface ChainAndTokenSheetPanelProps { portalContainer: HTMLElement; initialView?: ChainTokenPanelView; } export declare function ChainAndTokenSheetPanel({ portalContainer, initialView, }: ChainAndTokenSheetPanelProps): import("react/jsx-runtime").JSX.Element; export {};