/// <reference types="react" />
declare const Dog: (props: any, ref: any) => JSX.Element;
export default Dog;
