import { MaterialHelpDisplay } from '@gamepark/rules-api'; export type MaterialRulesDialogContentProps = { helpDisplay: MaterialHelpDisplay; }; export declare const MaterialRulesDialogContent:

({ helpDisplay }: MaterialRulesDialogContentProps) => import("@emotion/react/jsx-runtime").JSX.Element | null;