export declare const GlobalEnterpriseExample: {
    (): JSX.Element;
    canvas: {
        width: number;
        height: number;
        overflow: string;
    };
};
