import { Category } from '@usercentrics/cmp-browser-sdk'; declare type Props = { isOpen: boolean; onAcceptAll: VoidFunction; onCloseAndAcceptAll: VoidFunction; onSave: VoidFunction; onMoreInfo: VoidFunction; categories: Category[]; }; export declare const SettingsModal: ({ categories, isOpen, onAcceptAll, onCloseAndAcceptAll, onSave, onMoreInfo, }: Props) => JSX.Element; export {};