import { WebComponentProps } from 'oak-frontend-base'; import { EntityDict } from '../../../oak-app-domain'; export default function render(props: WebComponentProps void; getSubways: (areaId: string) => void; setCheckedList: (station: string, flag: boolean) => void; cancel: () => void; confirm: () => void; }>): JSX.Element;