import { AppState } from '../../common/reducers';
export declare const getTrafficShowing: (state: AppState) => boolean;
