/// import '../../styles/header.scss'; interface TProps { children?: any; logo?: any; } declare const AppHeader: (props: TProps) => JSX.Element; export default AppHeader;