import Header from "./Header/Header"; import Popup, { type PropsType } from "./Popup"; export { Popup, Header as PopupHeader, PropsType as PopupPropsType };