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