export declare const ViewDevices: (props: {
    onChange: (device: string) => void;
}) => import("react/jsx-runtime").JSX.Element;
