export declare function useStateTransmorphic<StateType = unknown>(stateExtrinsic: any): any;
