import React from "react"; declare type Props = { onClick?: () => void; hasProducts?: boolean; image?: string; showImage: boolean; }; export declare const ProductCreateCardProtec: React.FC; export {};