export declare class DropzoneThumbnail { name: string; size: number; url: string; constructor(name: any, size: any, url: any); }