import React from 'react'; import type { PermissionsSelectProps } from './PermissionsSelect'; /** * Wrapper component that ensures PermissionsSelect only renders on the client * This prevents hydration mismatches with react-select */ export declare const PermissionsSelectWrapper: React.FC; //# sourceMappingURL=PermissionsSelectWrapper.d.ts.map