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