type Props = { title: string; toggleTabularDataModal: () => void; }; export default function TabularDataModalHeading({ title, toggleTabularDataModal }: Props): import("react/jsx-runtime").JSX.Element; export {};