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