import { StyledComponent } from 'styled-components'; declare const Layout: StyledComponent<"div", any, {}, never>; export default Layout;