/// import { Size } from '../../types'; declare const cat: (width?: Size, height?: Size) => JSX.Element; export default cat; //# sourceMappingURL=cat.d.ts.map