export { default } from "./CaseStudy.container"; export type { CaseStudyProps, CaseStudySurfaceValue } from "./CaseStudy.types"; export { CASE_STUDY_SURFACE_OPTIONS } from "./CaseStudy.types";