import type MicroBitWebBluetooth from "../../../microbit/MicroBitWebBluetooth";
type Props = {
    microBit?: MicroBitWebBluetooth | null;
};
export default function NewGraphModal({ microBit }: Props): import("react/jsx-runtime").JSX.Element;
export {};
