import { useScene } from '../../../hooks/useScene'; type Props = ReturnType['rectangles'][0]; export declare const Rectangle: ({ from, to, color: colorId }: Props) => import("react/jsx-runtime").JSX.Element | null; export {};