/** * Creates a callback with a constant value over the lifecycle of a component. */ export declare function useCallbackConst any>(callback: T): T;