import type { ValueStringProps as StringValueProps } from '../String';
import type { AnyLocale } from '../../../../shared/Context';
export type ValueTimeProps = StringValueProps & {
    locale?: AnyLocale;
};
declare function TimeComponent(props: ValueTimeProps): import("react/jsx-runtime").JSX.Element;
export default TimeComponent;
