import React from 'react'; interface Props { className?: string; } export declare const ProductOptionPlaceholder: React.FC; export {};