import { OnInit } from '@angular/core';
import * as moment from 'moment';
import * as i0 from "@angular/core";
export declare class StMomentWidget implements OnInit {
    static readonly KEY = "moment";
    date: moment.Moment;
    mode: string;
    format: string;
    constructor();
    ngOnInit(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<StMomentWidget, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<StMomentWidget, "st-widget-moment", never, {}, {}, never, never>;
}
