import { Thumbnail } from "../../../structures"; import { ISpotifyCover } from "../../../types"; export declare class SpotifyCover extends Thumbnail implements ISpotifyCover { readonly height: number | string; readonly width: number | string; constructor(url: string, height: number | string, width: number | string); }