import { ReactNode } from 'react'; export type ComboboxLegacyEmptyProps = { children?: ReactNode; }; export declare const ComboboxLegacyEmpty: ({ children, }: ComboboxLegacyEmptyProps) => ReactNode;