import type { IComponent } from "../../../types/index.d.mts"; import type { IGrid } from "../config/types/index.d.mts"; /** * Элемент сетки * @returns {ReactElement} */ declare const GridItem: IComponent; export { GridItem, };