import { Component } from "preact";
import { CartItemDisplayProps } from "./panel-interfaces";
export declare class CartItemDisplay extends Component<CartItemDisplayProps, any> {
    private readonly handleQuantityInputChange;
    private readonly handleRemoval;
    render(): JSX.Element;
}
