import { SVGProps } from 'react';

declare const Okb: (props: SVGProps<SVGSVGElement>) => JSX.Element;

export { Okb as default };
