import { member } from "../../../../core";
export interface ConstructDateTimeInput {
    id?: string;
    persistentId?: string;
    updateOrder?: member<number>;
    Enabled?: member<boolean>;
    _activeVisual?: member<any>;
    Year?: member<any>;
    Month?: member<any>;
    Day?: member<any>;
    Hour?: member<any>;
    Minute?: member<any>;
    Second?: member<any>;
    Millisecond?: member<any>;
    Kind?: member<any>;
}
export declare function ConstructDateTime(props: ConstructDateTimeInput): any;
//# sourceMappingURL=ConstructDateTime.d.ts.map