/**
* CustomizationPopup Organism
*
* A centered modal popup for customizing the UI appearance.
* Composes LivePreviewPanel, EffectsControlPanel, ColorSchemeRow, and TypographyRow.
*
* Requirements: 10.1, 10.2, 10.3, 29.1, 29.2, 29.3, 29.4, 29.5
*/
export {
CustomizationPopup,
type CustomizationPopupProps,
} from "./CustomizationPopup";
export {
curatedDefaultColorScheme,
curatedDefaultTypography,
curatedDefaultEffects,
} from "./defaults";
export { default } from "./CustomizationPopup";