/// interface Props { organizationRole: { role: string; organizationId: string; }; } declare const SettingsPreferences: ({ organizationRole }: Props) => JSX.Element; export default SettingsPreferences;