export type InfoBoxProps = { header: React.JSX.Element; info?: React.JSX.Element; children: React.JSX.Element; }; export declare const InfoBox: (_props: InfoBoxProps) => import("react/jsx-runtime").JSX.Element;