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