import { PipeTransform } from '@angular/core'; import * as i0 from "@angular/core"; /** Pipe used to transform text with special characters into a simple kebab-case id. */ export declare class SlugPipe implements PipeTransform { /** * Function for executing the transformation to kebab-case id. * @param value the text with special characters which to transform. */ transform(value?: string): unknown; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; }