/** @format */ /** * CourseSettings Component * * @version 3.0.0 * @breaking-changes * - Restructured import paths to follow feature-based organization * - Enhanced notification handling through dedicated store * - Improved dialog management with better state handling * - Updated course store integration with new path structure * - Enhanced TypeScript strict mode compliance * - Standardized string literals for consistency * * Provides interface for: * - Managing course basic information * - Configuring course visibility * - Managing enrollment settings * - Configuring staff access * - Setting data processing preferences * - Managing course relationships */ declare const CourseSettings: () => import("react/jsx-runtime").JSX.Element; export default CourseSettings;