type Props = { openDialog: () => void; }; export declare const RematchSection: ({ openDialog }: Props) => import("@emotion/react/jsx-runtime").JSX.Element; export {};