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