/**
 * @author Sebastian Larrieu
 * @email slarrieu@team.neocomplexx.com
 * @create date 2020-01-17 16:31:32
 */
import { PipeTransform } from '@angular/core';
/**
 * Filter object array from property
 */
export declare class UnisexPipe implements PipeTransform {
    transform(value: string, last?: string): string;
}
