export type WarningBoxProps = { children: React.JSX.Element | React.JSX.Element[]; }; export declare const WarningBox: (props: WarningBoxProps) => import("react/jsx-runtime").JSX.Element;