declare const prefixCls = "dfsj-modal"; declare const moverClass = "dfsj-modal__drag-target"; declare const switcher: { true: { image: string; color: string; }; false: { image: string; color: string; }; }; declare const closer: { image: string; color: string; }; declare const cancel: { label: string; color: string; }; declare const submit: { label: string; color: string; }; declare const minimizer: { image: string; color: string; }; export { switcher, closer, cancel, submit, moverClass, prefixCls, minimizer };