import * as React from 'react'; declare function CrossIcon(props: React.ComponentProps<'svg'>): JSX.Element; export default CrossIcon;