import type { GroupBase, PlaceholderProps as ReactSelectPlaceholderProps } from 'react-select'; type PlaceholderProps> = ReactSelectPlaceholderProps; export declare function Placeholder>(props: Readonly>): import("react/jsx-runtime").JSX.Element; export {};