import { State } from '../../utils-ts'; export declare function getInitialValue>(props: P, propKey: keyof S, defaultStateValues: S): S[keyof S];