/// <reference types="react" />
import { PropsType as WithFetchArgsInStateProps } from '../withFetchArgsInState';
import { PropsType as WithPageInStateProps } from '../withPageInState';
import { PropsType as ControlledMixinPropsType } from './ControlledMixin';
declare type PlusWithPageInStateProps<T> = WithPageInStateProps<T, ControlledMixinPropsType<T>>;
declare type PlusWithFetchArgsInStateNewComponentProps<T> = WithFetchArgsInStateProps<T, PlusWithPageInStateProps<T>>;
export declare type PropsType<T> = PlusWithFetchArgsInStateNewComponentProps<T>;
declare const _default: <T>(props: PropsType<T>) => JSX.Element;
export default _default;
//# sourceMappingURL=UncontrolledMixin.d.ts.map