import { Moment } from "moment";
export declare class TestUndefinedMomentWithDefault {
    testMoment?: Moment;
    constructor(testMoment?: Moment);
}
