import * as React from 'react';
export declare const basic: () => JSX.Element;
export declare const withDescription: () => JSX.Element;
export declare const manuallyEditable: () => JSX.Element;
export declare const withLimitedDateRange: () => JSX.Element;
export declare const alwaysVisibleWithCustomInputField: () => JSX.Element;
export declare const disabledWithErrorMessage: () => JSX.Element;
export declare const customErrorTooltipPosition: () => JSX.Element;
export declare const withRange: () => JSX.Element;
declare const _default: {
    title: string;
    component: React.FC<import("react-intl").WithIntlProps<import("./DatePicker").DatePickerProps>> & {
        WrappedComponent: React.ComponentType<import("./DatePicker").DatePickerProps>;
    };
    parameters: {
        notes: string;
    };
};
export default _default;
