import { IconProps } from '../lib';
declare function Crown(props: IconProps): JSX.Element;
export default Crown;
