import type { ObjectSchema } from '@becomes/purple-cheetah/types'; export interface BCMSStatusCreateData { label: string; color?: string; } export declare const BCMSStatusCreateDataSchema: ObjectSchema;