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