export interface Artwork {
    bgColor?: string;
    height: number;
    width: number;
    textColor1?: string;
    textColor2?: string;
    textColor3?: string;
    textColor4?: string;
    url: string;
}
//# sourceMappingURL=artwork.d.ts.map