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