export declare const useSharedState: (input: any, handler?: ((prevState: any) => void) | undefined) => any[];