import React from "react"; export type CardBoxProps = { children: React.ReactNode; "data-e2e-test-id"?: string; }; export declare function CardBox({ children, "data-e2e-test-id": dataE2eTestId, }: CardBoxProps): React.ReactElement;