import { PropsWithChildren } from 'react'; import { WithClassName } from '../../utils/WithClassName'; export declare function InlineButtonGroup({ children, className }: PropsWithChildren<{}> & WithClassName): JSX.Element;