import type { OmitInternalProps } from '@toptal/picasso-shared'; import type { Props, GridSizes } from './GridItem'; export { default as GridItem } from './GridItem'; export declare type GridItemProps = OmitInternalProps; export declare type GridSizeProps = GridSizes; //# sourceMappingURL=index.d.ts.map