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