import React from "react"; interface ListboxInputSlotProps { children: React.ReactElement; } declare const ListboxInputSlot: ({ children }: ListboxInputSlotProps) => React.JSX.Element; export { ListboxInputSlot }; export type { ListboxInputSlotProps };