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