import * as React from "react";
import { ISaleProps } from "./Sale.interfaces";
declare const Sale: React.FC<ISaleProps>;
export declare const SaleComponentTestId = "SaleComponentTestId";
export default Sale;
