/// import { ComposedGridProps } from '../../private/utils/composers/types'; import { ExtendedBoxComponent, ExtendedBoxProps } from '../../types'; type Props = ComposedGridProps; type GridRowProps = ExtendedBoxProps; type GridRowComponent = ExtendedBoxComponent; export { GridRowComponent, GridRowProps };