import { CustomersRepeatCustomerRateResponse } from "../types";
export declare const OrderFrequencyDistribution: ({ repeatCustomerRateResponse, compareEnabled }: {
    repeatCustomerRateResponse: CustomersRepeatCustomerRateResponse;
    compareEnabled?: boolean;
}) => import("react/jsx-runtime").JSX.Element;
