export declare class DragOptions { allowFrom: string; modifiers: any[]; inertia: boolean; constructor(floating: boolean); }