import { CLColors } from '../../../types'; export interface CLInputPillProps { /** Color of the pill */ color?: CLColors; /** The pill label text */ label: string; /** Test ID for testing purposes */ testId?: string; } declare const _default: import('vue').DefineComponent & Readonly<{}>, { color: CLColors; testId: string; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>; export default _default;