import { Flex } from '../../'; export const TextBlock: any = (props: any) => { return ( {props.children} ); };