import { ListComposition } from '../List' export type GridComposition = ListComposition | 'itemWrapper' | 'footer'