import { BaseFormattedTime } from './BaseFormattedTime';
import type { Optional } from './utils';
export declare function FormattedTime(props: FormattedTime.Props): import("react/jsx-runtime").JSX.Element;
export declare namespace FormattedTime {
    type Props = Optional<BaseFormattedTime.Props, 'locale' | 'timezone'>;
}
