import type { IconProps } from '../types/index'; declare function SvgExpandAllGroups(iconProps: IconProps): JSX.Element; declare namespace SvgExpandAllGroups { var displayName: string; } export default SvgExpandAllGroups;