import type { SelectExProps } from '@ariestools/sdk-react/select'; import React from 'react'; /** Props for {@link SchemaSelectEx}. */ export type SchemaSelectExProps = SelectExProps; /** Select control for choosing the active schema from schema context. */ export declare const SchemaSelectEx: React.FC; //# sourceMappingURL=SchemaSelectEx.d.ts.map