import { Coords } from '../../types'; interface Props { position: Coords; onMouseDown: () => void; } export declare const TransformAnchor: ({ position, onMouseDown }: Props) => import("react/jsx-runtime").JSX.Element; export {};