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