import * as React from 'react'; import { PolicyConfigurationPanelProps } from '../../types/permissions'; /** * Grouped list of permission categories with per-policy approval dropdowns. * Presentation state — which categories are expanded and the last bulk level * picked per category — lives inside the panel, so callers pass pure data and * background data refreshes never collapse the user's view. Bulk selections * reset when `editMode` changes. * * Responsive: below `md` the approval level / dropdowns stack inside the text * column (per the ODS mobile design); at `md+` they render as fixed-width * right-hand columns. */ export declare const PolicyConfigurationPanel: React.FC; //# sourceMappingURL=policy-configuration-panel.d.ts.map