export type Checkbox = { id?: string; value?: any; color?: string; label?: string; description?: string; legend?: string; }; //# sourceMappingURL=Checkbox.type.d.ts.map