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