import type { HideAxesStackBarProps } from './types'; import React from 'react'; export declare function HideAxesStackBar(props: HideAxesStackBarProps): React.JSX.Element; export type { HideAxesStackBarProps };