/** @packageDocumentation
* @module WidgetPanels
*/
///
import "./Grip.scss";
import type { CommonProps } from "@itwin/core-react";
/** Resize grip of [[WidgetPanel]] component.
* @internal
*/
export declare function WidgetPanelGrip(props: CommonProps): JSX.Element;
/** @internal */
export declare const useResizeGrip: () => [(instance: T | null) => void, boolean, boolean];
/** @internal */
export declare function useDoubleClick(onDoubleClick?: () => void): () => void;
//# sourceMappingURL=Grip.d.ts.map