import { RulesHelpDisplay } from '@gamepark/rules-api'; export type RulesHelpDialogContentProps = { helpDisplay: RulesHelpDisplay; }; export declare const RulesHelpDialogContent: ({ helpDisplay }: RulesHelpDialogContentProps) => import("@emotion/react/jsx-runtime").JSX.Element; export declare const helpDialogContentCss: import("@emotion/utils").SerializedStyles;