import { SVGProps } from 'react'; declare const Icon: (props: SVGProps) => JSX.Element; export { Icon as default };