import { FC } from "react"; import { BaseIconProps } from "./index"; interface Props extends BaseIconProps { } export declare const TickOff: FC; export {};