/// /** * 弹窗标题组件 */ declare const DialogTitle: import("styled-components").StyledComponent>, import("styled-components").DefaultTheme, { type: "h6"; className: string; } & { showCloseIcon?: boolean | undefined; draggable?: boolean | undefined; }, "className" | "type">; export default DialogTitle;