import { HTMLAttributes, ReactChild } from 'react' export interface ContainerProps extends HTMLAttributes { flex?: boolean padding?: boolean }