export declare function useComponentDidUpdate(componentUpdater: (prevProps: Props, prevState: State) => void, props?: Props, state?: State): void; export declare function useWarning(message: string, isEnabled?: boolean): void; export declare function useDeprecationWarning(name?: string, replacedBy?: string): void;