import { PipeTransform } from "@angular/core";
export declare class XmatKebabCasePipe implements PipeTransform {
    /**
     * @param value The string to transform to upper case.
     */
    transform(value: string): string;
}
