import { Component } from "preact";
import { CartManipulatorProps } from "./panel-interfaces";
export declare class CartManipulator extends Component<CartManipulatorProps, any> {
    render(): JSX.Element;
}
