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