import { IThemeInterface } from "v8-theme-interfaces/lib/theme.interfaces";
export declare type ISaleComponentProps = ISaleProps & ISaleStyledProps;
export interface ISaleProps {
}
export interface ISaleStyledProps {
    theme: IThemeInterface;
}
