import { type ReactNode } from 'react'; import { type PortInfo } from '../hooks/useDevices.js'; type Props = { port?: string; children: (device: PortInfo) => ReactNode; }; export declare function DevicePicker(props: Props): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=DevicePicker.d.ts.map