type ReduxHistoryPageProps = {
    setParentReduxState: (a: string) => void;
};
declare const ReduxHistoryPage: ({ setParentReduxState }: ReduxHistoryPageProps) => import("react/jsx-runtime").JSX.Element;
export default ReduxHistoryPage;
