import { GetInitialStateProps as GetInitialStatePropsCommon } from '../../utils'; export type GetInitialStateProps = GetInitialStatePropsCommon & { itemToString: (item: T) => string; }; export declare function getInitialState(props: GetInitialStateProps): any;