import { PropType } from 'vue'; import { ColorScheme } from '../../declaration'; import { VsNoticeStyleSet } from './types'; declare const _default: import('vue').DefineComponent; }; styleSet: { type: PropType; }; primary: { type: BooleanConstructor; default: boolean; }; title: { type: StringConstructor; default: string; }; modelValue: { type: BooleanConstructor; default: boolean; }; }>, { colorSchemeClass: import('vue').ComputedRef; computedStyleSet: import('vue').ComputedRef<{ [key: string]: any; }>; isVisible: import('vue').Ref; closeNotice: (e: MouseEvent) => void; classObj: import('vue').ComputedRef<{ 'vs-primary': boolean; }>; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("close" | "update:modelValue")[], "close" | "update:modelValue", import('vue').PublicProps, Readonly; }; styleSet: { type: PropType; }; primary: { type: BooleanConstructor; default: boolean; }; title: { type: StringConstructor; default: string; }; modelValue: { type: BooleanConstructor; default: boolean; }; }>> & Readonly<{ onClose?: ((...args: any[]) => any) | undefined; "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; }>, { title: string; modelValue: boolean; primary: boolean; closable: boolean; }, {}, { VsDivider: import('vue').DefineComponent; }; styleSet: { type: PropType; }; responsive: { type: BooleanConstructor; default: boolean; }; vertical: { type: BooleanConstructor; default: boolean; }; }>, { colorSchemeClass: import('vue').ComputedRef; computedStyleSet: import('vue').ComputedRef<{ [key: string]: any; }>; classObj: import('vue').ComputedRef<{ 'vs-horizontal': boolean; 'vs-vertical': boolean; 'vs-divider-responsive': boolean; }>; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly; }; styleSet: { type: PropType; }; responsive: { type: BooleanConstructor; default: boolean; }; vertical: { type: BooleanConstructor; default: boolean; }; }>> & Readonly<{}>, { responsive: boolean; vertical: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; VsIcon: import('vue').DefineComponent; required: true; }; size: { type: (NumberConstructor | StringConstructor)[]; default: number; }; }>, { iconSvgs: { attachFile: string; check: string; close: string; copy: string; drag: string; error: string; expandLess: string; expandMore: string; goFirst: string; goLast: string; goNext: string; goPrev: string; info: string; link: string; keyboardArrowUp: string; keyboardArrowDown: string; menu: string; message: string; noData: string; radioChecked: string; radioUnchecked: string; rotateRight: string; search: string; success: string; themeDark: string; themeLight: string; unfoldMore: string; warning: string; }; computedSize: import('vue').ComputedRef<{ width?: undefined; height?: undefined; } | { width: string; height: string; }>; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly; required: true; }; size: { type: (NumberConstructor | StringConstructor)[]; default: number; }; }>> & Readonly<{}>, { size: string | number; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; export default _default;