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