import { GridWrapperProps } from './gridWrapper';
import { FC } from 'react';
export declare const gridEditorComponentDef: {
type: "Grid";
props: {};
icon: string;
category: "layout";
component: FC<GridWrapperProps>;
schema: import('../..').ExtendedObjectSchemaType;
};