import { ThumbnailBase } from "../types"; export declare class Thumbnail implements ThumbnailBase { readonly url: string; constructor(url: string); }