import { PipeTransform } from '@angular/core';
import * as i0 from "@angular/core";
export declare class Time12Format implements PipeTransform {
    transform(time: any): any;
    static ɵfac: i0.ɵɵFactoryDeclaration<Time12Format, never>;
    static ɵpipe: i0.ɵɵPipeDeclaration<Time12Format, "convert24to12">;
}
