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