/// <reference types="react" />
export declare const Cat: {
    (): JSX.Element;
    displayName: string;
};
//# sourceMappingURL=Cat.d.ts.map