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