export declare class File { url: string; constructor(url: string); readonly name: string; readonly icon: string; }