import m from 'mithril';
import { SVGAttributes } from '../../svg';
declare const Crown: m.Component<SVGAttributes>;
export default Crown;
