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