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