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