/// <reference types="react" />
import { ItemGroupProps } from './type';
declare const ItemGroup: {
    ({ as, divided, className, children, ...props }: ItemGroupProps): import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
    displayName: string;
};
export default ItemGroup;
