import { FC } from 'react'; import { SVGProps } from './icons.types'; declare const Tick: FC; export default Tick;