import React from "react"; /** * @deprecated `PicklistPlaceholder` has been deprecated. See the Carbon documentation for migration details. */ export interface PicklistPlaceholderProps { /** Text to be displayed when list is empty */ text: string; } /** * @deprecated `PicklistPlaceholder` has been deprecated. See the Carbon documentation for migration details. */ export declare const PicklistPlaceholder: ({ text }: PicklistPlaceholderProps) => React.JSX.Element; export default PicklistPlaceholder;