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