import * as React from 'react';
export declare function useCSSVariablesClass(): string;
export declare function useCSSVariablesContext(): {
  className: string;
  tag: import("react/jsx-runtime").JSX.Element;
};
export declare function GridPortalWrapper({
  children
}: {
  children: React.ReactNode;
}): import("react/jsx-runtime").JSX.Element;
export declare function GridCSSVariablesContext(props: {
  children: any;
}): import("react/jsx-runtime").JSX.Element;