import type { RowProps } from 'src/theme/themeTypes'; import type themeType from '../theme/theme'; declare function createColumn(useTheme: () => T): ({ flexDirection, ...otherProps }: RowProps) => JSX.Element; export default createColumn;