import { ElementType, HTMLHopeProps } from "../types";
export declare type SelectPlaceholderProps = HTMLHopeProps;
/**
* Component used to display a placeholder when no option is selected.
*/
export declare function SelectPlaceholder(props: SelectPlaceholderProps): import("solid-js").JSX.Element;
export declare namespace SelectPlaceholder {
var toString: () => string;
}
//# sourceMappingURL=select-placeholder.d.ts.map