import type { HtmlIngredientProps } from '../types.js';
export interface ComboboxContentProps extends HtmlIngredientProps<'div', HTMLDivElement> {
}
declare const ComboboxContent: import("svelte").Component<ComboboxContentProps, {}, "ref">;
type ComboboxContent = ReturnType<typeof ComboboxContent>;
export default ComboboxContent;
