import React from 'react'; import { PluginStackWrapperProps } from '@ui-schema/ui-schema'; export interface GridContainerProps { className?: string; } export declare const GridContainer: React.FC;