import { PropType } from 'vue'; import { StatusType } from '../../types'; import { Icon } from '@wikimedia/codex-icons'; /** * A non-interactive item that provides information. */ declare const _default: import("vue").DefineComponent; default: string; validator: import("../../types").StringTypeValidator<"notice" | "warning" | "error" | "success">; }; /** * Custom icon to use for "notice" chips. Chips with other status types * (warning, etc) do not allow custom icons and will ignore this option. */ icon: { type: PropType; default: null; }; }>, { rootClasses: import("vue").ComputedRef>; computedIcon: import("vue").ComputedRef; tooltipContent: import("vue").ComputedRef | null>; textElement: import("vue").Ref; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; default: string; validator: import("../../types").StringTypeValidator<"notice" | "warning" | "error" | "success">; }; /** * Custom icon to use for "notice" chips. Chips with other status types * (warning, etc) do not allow custom icons and will ignore this option. */ icon: { type: PropType; default: null; }; }>> & Readonly<{}>, { icon: Icon; status: "notice" | "warning" | "error" | "success"; }, {}, { CdxIcon: import("vue").DefineComponent; required: true; }; iconLabel: { type: StringConstructor; default: string; }; lang: { type: PropType; default: null; }; dir: { type: PropType; default: null; }; size: { type: PropType; default: string; validator: import("../../types").StringTypeValidator<"medium" | "small" | "x-small">; }; }>, { rootElement: import("vue").Ref; rootClasses: import("vue").ComputedRef<{ [x: string]: boolean; 'cdx-icon--flipped': boolean; }>; iconSvg: import("vue").ComputedRef; iconPath: import("vue").ComputedRef; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; required: true; }; iconLabel: { type: StringConstructor; default: string; }; lang: { type: PropType; default: null; }; dir: { type: PropType; default: null; }; size: { type: PropType; default: string; validator: import("../../types").StringTypeValidator<"medium" | "small" | "x-small">; }; }>> & Readonly<{}>, { lang: string | null; iconLabel: string; dir: import("../../types").HTMLDirection | null; size: "medium" | "small" | "x-small"; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; }, { tooltip: import("vue").Directive; }, string, import("vue").ComponentProvideOptions, true, {}, any>; export default _default;