import { OuterSection } from "./OuterSection"; import { ThemesSection } from "./ThemesSection"; export interface Section_Constructor { themes: ThemesSection; outer: OuterSection; }