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