import { EmptyDrop } from '../drop/empty-drop'; export declare class BlankDrop extends EmptyDrop { equals(value: any): boolean; }