import * as React from "react"; import { Action } from "./types"; export declare function swallowEvent(event: any): void; export declare function useOuterClick(dom: React.RefObject, cb: () => void): void; export declare function usePointerMovedSinceMount(): boolean; export declare function randomId(): string; export declare function createAction(params: Omit): Action; export declare function noop(): void; export declare const useIsomorphicLayout: typeof React.useLayoutEffect; export declare function getScrollbarWidth(): number;