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