import React from 'react'; import { GroupIconChipsProps } from './type'; declare const GroupIconChips: ({ children, className, getSourceAnimation, expandDirection }: GroupIconChipsProps) => React.JSX.Element; export default GroupIconChips;