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