import * as React from 'react';
import type { TLBounds } from '../../types';
export interface CenterHandleProps {
    bounds: TLBounds;
    isLocked: boolean;
    isHidden: boolean;
}
declare function _CenterHandle({ bounds, isLocked, isHidden }: CenterHandleProps): JSX.Element;
export declare const CenterHandle: React.MemoExoticComponent<typeof _CenterHandle>;
export {};
//# sourceMappingURL=CenterHandle.d.ts.map