export interface IProperties { color?: string; lineWidth?: number; size?: number; texture?: string; opacity?: number; }