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