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