declare const BANDCAMP_URL: (type: string, id: string, size?: string, bgColor?: string, linkColor?: string) => string;
export { BANDCAMP_URL };
