import React from 'react';
import { DrawerGroupProps } from '../../types';
export declare const DrawerGroup: ({ collapseIcon, expandIcon, fontSize, handleDrawer, iconSize, item, textColor, }: DrawerGroupProps) => React.JSX.Element;
