import '../styles/Navbar.sass' import Row from './Row' interface Props { transparent?: boolean children: HTMLElement } export default (props: Props) => { return ( <> ) }