import { TemplateResult } from 'lit'; import { RegularIconSize } from '@justeattakeaway/pie-icons-configs'; import { PieIconComponent } from './PieIconComponent.ts'; declare const componentSelector = "icon-offer-star"; /** * @tagname icon-offer-star */ export declare class IconOfferStar extends PieIconComponent { size: RegularIconSize; protected defaultClasses: string; class: string; protected name: string; render(): TemplateResult; } declare global { interface HTMLElementTagNameMap { [componentSelector]: IconOfferStar; } } export {}; //# sourceMappingURL=IconOfferStar.d.ts.map