export default interface SizesInterface { XS: string; S: string; M: string; L: string; }