import React__default from 'react'; import { Moment } from '../../../types/models.js'; import { UIMomentContextProps } from '../UIMomentContext.js'; type MomentContextValue = { moment: Moment; VideoElement?: React__default.ComponentType; }; export { MomentContextValue }; //# sourceMappingURL=MomentContext.d.ts.map