import type { OmitInternalProps } from '@toptal/picasso-shared'; import type { Props } from './Grid'; export { default as Grid } from './Grid'; export type GridProps = OmitInternalProps; export type { GridSize } from '../types'; //# sourceMappingURL=index.d.ts.map