import { ModalState } from './reducer'; export declare const getState: (state: any) => ModalState; export declare const getOpenModals: (state: any) => ModalState;