export interface drop { droppingFunction: Function; elements: Array; rgb: string; rgbe: string; isDropping: boolean; currentX: number; speed: number; }