import { ManualZoom, TextStyle } from '../type'; import { outPanel } from '../type/child'; interface WrapperProps { manualZoom: ManualZoom; lineName: boolean; sideName: TextStyle; promptPanel: outPanel; infoWindowId: string; maskColor: string; } export declare const SubwayWrapper: import("styled-components").StyledComponent<"div", any, WrapperProps, never>; export {};