import { OptionHTMLAttributes } from "react"; export declare const PlaceholderOption: ({ children, disabled, ...props }: OptionHTMLAttributes) => JSX.Element;