interface DropIndicatorPlaceholderProps { type?: string | null; } export declare const DropIndicatorPlaceholder: React.FC; export {};