export interface RadiusInfo { bottomLeft: number; bottomRight: number; topLeft: number; topRight: number; }