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