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