/// import { IIconProps } from "types"; declare const CheckPaper: (props: IIconProps) => JSX.Element; export default CheckPaper;