import React from "react"; declare const XIcon: ({ ...props }: { [x: string]: any; }) => React.JSX.Element; export default XIcon;