declare namespace Exit { interface ExitModal { openModal: () => void } interface Axis { name: string icon: string value: 'x' | 'y' | 'z' color: string } }