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