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