type ProtractorProps = { windowId?: string; radiusPx?: number; }; export default function Protractor({ windowId, radiusPx, }: ProtractorProps): import("react").JSX.Element; export {};