import { type ElementType } from 'react'; import { type SpiritGridProps } from '../../types'; declare const Grid: { (props: SpiritGridProps): JSX.Element; spiritComponent: string; }; export default Grid;