export interface IShape { borderRadius: number | string, padding: { small: string, } }