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