import * as i0 from '@angular/core'; import { PipeTransform } from '@angular/core'; import * as _angular_platform_browser from '@angular/platform-browser'; import { Observable } from 'rxjs'; declare class SdFormatDatePipe implements PipeTransform { transform(value: unknown, format?: string): string | null; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } declare class SdFormatDatetimePipe implements PipeTransform { transform(value: unknown, format?: string): string | null; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } declare class SdFormatNumberPipe implements PipeTransform { private readonly coreConfiguration; transform(value: any, digits?: number, format?: '1,234,567.89' | '1.234.567,89'): string | null; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } declare class SdSafeHtmlPipe implements PipeTransform { private sanitizer; /** Inserted by Angular inject() migration for backwards compatibility */ constructor(...args: unknown[]); transform(html: string | number | undefined | null): _angular_platform_browser.SafeHtml | undefined; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } declare class SdTimeDifferentPipe implements PipeTransform { private maxSecond; private maxMinute; private maxHour; private maxDay; private maxMonth; transform(value: any, format: string, different: 'second' | 'minute' | 'hour' | 'day' | 'month'): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; } declare class SdEmptyPipe implements PipeTransform { transform(value: any): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; } declare class SdViewPipe implements PipeTransform { transform(value: unknown): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; } export { SdEmptyPipe, SdFormatDatePipe, SdFormatDatetimePipe, SdFormatNumberPipe, SdSafeHtmlPipe, SdTimeDifferentPipe, SdViewPipe };