import { FC } from "react";
interface UncheckedIconProps {
}
declare const UncheckedIcon: FC<UncheckedIconProps>;
export default UncheckedIcon;
