import { HTMLAttributes } from "react";
declare type GlobalEnterpriseProps = {} & HTMLAttributes<HTMLElement>;
/**
 * Enterprise solution section for the Support offering page.
 * @name EcoSystem
 */
export declare function GlobalEnterprise({ className, ...rest }: GlobalEnterpriseProps): JSX.Element;
export {};
