import type { ObjectSchema } from "@becomes/purple-cheetah/types"; export interface BCMSPropEnumData { items: string[]; selected?: string; } export declare const BCMSPropEnumDataSchema: ObjectSchema;