import { ISaleStyledProps } from "./Sale.interfaces";
export declare const StyledSale: import("styled-components").StyledComponent<"div", any, ISaleStyledProps, never>;
