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