import type { SelectExProps } from '@ariestools/sdk-react/select'; import React from 'react'; /** Props for {@link NetworkSelectEx}. */ export type NetworkSelectExProps = Omit, 'variant'> & Partial> & { responsive?: boolean; }; /** Select control for choosing the active XYO network from context. */ export declare const NetworkSelectEx: React.FC; //# sourceMappingURL=NetworkSelectEx.d.ts.map