import React from "react"; import { Flex } from "reflexbox/styled-components"; import { FC } from "react"; type Props = React.ComponentProps; export const Col: FC = props => ( ); export const RowCenterV: FC = props => ( ); export const RowCenterH: FC = props => ( ); export const RowCenter: FC = props => ( ); export const ColCenterV: FC = props => ( ); export const ColCenterH: FC = props => ( ); export const ColCenter: FC = props => ( );