import { PropType } from "vue"; declare const _default: import("vue").DefineComponent<{ width: { default: string; type: StringConstructor; }; "v-slots": { type: PropType<{ /**默认插槽 */ default?(): any; /**自定义标题 */ title?(): any; /**额外内容,默认在右上角 */ extra?(): any; }>; }; /**标题 */ title: StringConstructor; class: PropType; headerClass: PropType; bodyClass: PropType; extraClass: PropType; }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly; }; /**标题 */ title: StringConstructor; class: PropType; headerClass: PropType; bodyClass: PropType; extraClass: PropType; }>>, { width: string; }, {}>; export default _default;