interface Props { $center?: boolean; zIndex?: number; } /** * 模态框容器 */ declare const ModalWrapper: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, Props, never>; export default ModalWrapper;