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