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