import * as React from 'react'; import type { TLShape } from '../../types'; interface HandlesProps { shape: TLShape; zoom: number; } declare function _Handles({ shape, zoom }: HandlesProps): JSX.Element | null; export declare const Handles: React.MemoExoticComponent; export {}; //# sourceMappingURL=Handles.d.ts.map