import { ExtractPropTypes, PropType } from 'vue'; import { BooleanType, NoticeType } from '../const/types'; import { IconType } from '../icon'; export declare const contentProps: { type: { type: PropType; }; title: StringConstructor; content: (ObjectConstructor | StringConstructor)[]; icon: PropType; color: StringConstructor; duration: NumberConstructor; closable: BooleanType; onClose: PropType<() => void>; noticeType: { type: PropType<"message" | "notice">; default: string; }; }; export type ContentProps = ExtractPropTypes; declare const _default: import('vue').DefineComponent; }; title: StringConstructor; content: (ObjectConstructor | StringConstructor)[]; icon: PropType; color: StringConstructor; duration: NumberConstructor; closable: BooleanType; onClose: PropType<() => void>; noticeType: { type: PropType<"message" | "notice">; default: string; }; }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly; }; title: StringConstructor; content: (ObjectConstructor | StringConstructor)[]; icon: PropType; color: StringConstructor; duration: NumberConstructor; closable: BooleanType; onClose: PropType<() => void>; noticeType: { type: PropType<"message" | "notice">; default: string; }; }>> & Readonly<{}>, { noticeType: "message" | "notice"; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; export default _default;