import type { OmitInternalProps } from '@toptal/picasso-shared' import type { Props, GridSizes } from './GridItem' export { default as GridItem } from './GridItem' export type GridItemProps = OmitInternalProps export type GridSizeProps = GridSizes