import { SVGProps } from 'react';

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

export { Kambria as default };
