import { PropOptions, PropType } from "vue"; import { CommonOptions, PluginOptions, ToastOptionsAndRequiredContent } from "../types"; import { TYPE } from "./constants"; import { RecordPropsDefinition } from "vue/types/options"; declare type CommonOptionsType = Required; export declare type PluginOptionsType = Required>; declare const _default: { CORE_TOAST: RecordPropsDefinition>; TOAST: RecordPropsDefinition>>; CONTAINER: RecordPropsDefinition>>; PROGRESS_BAR: { timeout: PropOptions; hideProgressBar: PropType; isRunning: PropType; }; ICON: { type: PropOptions; customIcon: PropOptions | import("vue").FunctionalComponentOptions, import("vue/types/options").PropsDefinition>> | import("vue").ComponentOptions, import("vue/types/options").DefaultMethods, import("vue/types/options").DefaultComputed, Record, Record> | JSX.Element>; }; TRANSITION: { transition: PropOptions>; transitionDuration: PropOptions>; }; CLOSE_BUTTON: { component: PropOptions | import("vue").FunctionalComponentOptions, import("vue/types/options").PropsDefinition>> | import("vue").ComponentOptions, import("vue/types/options").DefaultMethods, import("vue/types/options").DefaultComputed, Record, Record> | JSX.Element | "a" | "abbr" | "address" | "applet" | "area" | "article" | "aside" | "audio" | "b" | "base" | "basefont" | "bdi" | "bdo" | "blockquote" | "body" | "br" | "button" | "canvas" | "caption" | "cite" | "code" | "col" | "colgroup" | "data" | "datalist" | "dd" | "del" | "details" | "dfn" | "dialog" | "dir" | "div" | "dl" | "dt" | "em" | "embed" | "fieldset" | "figcaption" | "figure" | "font" | "footer" | "form" | "frame" | "frameset" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "head" | "header" | "hgroup" | "hr" | "html" | "i" | "iframe" | "img" | "input" | "ins" | "kbd" | "label" | "legend" | "li" | "link" | "main" | "map" | "mark" | "marquee" | "menu" | "meta" | "meter" | "nav" | "noscript" | "ol" | "optgroup" | "option" | "output" | "p" | "param" | "picture" | "pre" | "progress" | "q" | "rp" | "rt" | "ruby" | "s" | "samp" | "script" | "section" | "select" | "slot" | "small" | "source" | "span" | "strong" | "style" | "sub" | "summary" | "sup" | "table" | "tbody" | "td" | "template" | "textarea" | "tfoot" | "th" | "thead" | "time" | "title" | "tr" | "track" | "u" | "ul" | "var" | "video" | "wbr">; classNames: PropOptions; showOnHover: PropType; ariaLabel: PropOptions; }; }; export default _default;