/// import { GroupIconChipProps } from './type'; declare const GroupIconChip: ({ order, children, getSourceAnimation: customGetSourceAnimation, sourceCount, expandDirection }: GroupIconChipProps) => import("react").JSX.Element; export default GroupIconChip;