import { LocationHelpDisplay } from '@gamepark/rules-api'; export type LocationRulesDialogContentProps

= { helpDisplay: LocationHelpDisplay; }; export declare const LocationRulesDialogContent:

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