export type HighlightTone = "neutral" | "info" | "success" | "warning" | "error"; export type HighlightProps = { tone?: HighlightTone; title?: unknown; class?: string; }; export declare const Highlight: import("vue").DefineComponent HighlightTone; default: string; }; title: { type: () => unknown; default: undefined; }; class: { type: StringConstructor; default: undefined; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly HighlightTone; default: string; }; title: { type: () => unknown; default: undefined; }; class: { type: StringConstructor; default: undefined; }; }>> & Readonly<{}>, { class: string; title: undefined; tone: HighlightTone; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; //# sourceMappingURL=Highlight.d.ts.map