import type { PillColor } from '../../Pill';
export declare const mockOptions: {
    id: string;
    label: string;
    color: PillColor;
}[];
