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