import styled from "styled-components" export const Container = (styled.div as any).withConfig({ componentId: "main-tool-container" }) ` display: flex; flex-grow: 1 `