import { Moment } from '../../types/models.js';

type UIMomentContextProps = {
    moment: Moment;
};

export { UIMomentContextProps };
//# sourceMappingURL=UIMomentContext.d.ts.map
