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