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