type AppWithParentReduxHistoryPropsProps = {
    setParentReduxState: (a: string) => void;
    parentReduxState: string;
    companyId?: string;
    apiKey?: string;
    isOpen: boolean;
    onClose: () => void;
};
declare const AppWithParentReduxHistoryProps: ({ setParentReduxState, parentReduxState, companyId, apiKey, isOpen, onClose, }: AppWithParentReduxHistoryPropsProps) => import("react/jsx-runtime").JSX.Element;
export { AppWithParentReduxHistoryProps };
