import { SVGProps } from 'react';

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

export { Crown as default };
