import * as React from 'react'; import { StoreState } from '../../store'; import { OptionalComponentPropAndHTMLAttributes } from '../../types'; export declare type AppRootProps = OptionalComponentPropAndHTMLAttributes; export declare type AppRootState = Pick; declare const _default: React.MemoExoticComponent<(props: OptionalComponentPropAndHTMLAttributes) => JSX.Element>; export default _default;