export declare const entryModal: (modalType: string, submit: (value: string) => void, cancel: () => void, containerElement?: string) => void;
