import { GLOBAL_KEY } from './const'; import { HeadingSectionContoller } from './controller'; import './styles/index.scss'; declare global { interface Window { [GLOBAL_KEY]: HeadingSectionContoller; } }