export type ColorSwatchShape = "square" | "circle" | "pill"; export type ColorSwatchProps = { color: string; size?: number; shape?: ColorSwatchShape; label?: string; class?: string; }; /** * ColorSwatch — affiche UNE couleur arbitraire sous forme de pastille. Seule la * couleur passée en prop est inline ; le reste du style est token-only. */ export declare const ColorSwatch: import("vue").DefineComponent ColorSwatchShape; default: string; }; label: { type: StringConstructor; default: undefined; }; class: { type: StringConstructor; default: undefined; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly ColorSwatchShape; default: string; }; label: { type: StringConstructor; default: undefined; }; class: { type: StringConstructor; default: undefined; }; }>> & Readonly<{}>, { size: number; class: string; label: string; shape: ColorSwatchShape; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; //# sourceMappingURL=ColorSwatch.d.ts.map