export type ModalConfigType = {}; export declare const setModalConfig: (config: ModalConfigType) => void; export declare const getModalConfig: () => ModalConfigType; export declare const destroyList: Array;