export type WidthType = 'small' | 'medium' | 'large' | 'full'; export type SizeType = 'small' | 'medium' | 'large'; export type ShapeType = 'square' | 'round'; export type DateType = string; //# sourceMappingURL=types.d.ts.map