import type { CheckoutProps } from '../types';
export default function CheckoutTable(props: CheckoutProps): import("react").JSX.Element;
