import { FC } from "react";
export interface CartBoxNoProgProps {
    boxTitle?: string;
    children?: any;
}
export declare const CartBoxNoProg: FC<CartBoxNoProgProps>;
