import Badge from './Badge.js'; export default class LicenseBadge extends Badge { constructor({ githubPathname, link, style }: { githubPathname: string; link: string; style?: string; }); } //# sourceMappingURL=LicenseBadge.d.ts.map