import { DateValue } from "../../utils/dateUtils";
interface Props {
    value: DateValue;
    long?: boolean;
    dateFormat?: string;
}
export declare const FormatDate: {
    ({ value, long, dateFormat }: Props): JSX.Element;
    defaultProps: {
        long: boolean;
    };
};
export {};
//# sourceMappingURL=FormatDate.d.ts.map