import { ExplorerState } from "../appstate/store"; import { LDOwnProps, LDConnectedState, LDConnectedDispatch } from "../appstate/LDProps"; import { Dispatch, Action } from "redux"; import { AppRootProps } from "../approot"; export declare const mapStateToPropsRoot: (state: ExplorerState, ownProps: AppRootProps) => AppRootProps; export declare const mapStateToProps: (state: ExplorerState, ownProps: LDOwnProps) => LDOwnProps & LDConnectedState; export declare const mapDispatchToProps: (dispatch: Dispatch>, ownProps: LDOwnProps) => LDConnectedDispatch;