export interface ISnapElementConfiguration {
    tolerance: number;
    color: string;
    enabled: boolean;
    priority: number;
}
