import { Coordinates } from '../../../../types'; export default function NumberFields({ coords, onChange, }: { coords: Coordinates; onChange: (coords: Coordinates) => void; }): import("react/jsx-runtime").JSX.Element | null;