export declare class FDragStartedEvent {
    fEventType: string;
    fData?: any;
    constructor(fEventType: string, fData?: any);
}
