import * as React from 'react'; import { IconProps } from '../types'; export default function Close(props: IconProps): React.ReactElement;