import React from 'react'; import { MomentProps } from './types'; /** * Renders a Moment component. * * @param props - The props for the component. * @returns The component. */ declare const Moment: React.FC; export default Moment;