import { Select as SelectPrimitive, type WithoutChild } from "bits-ui"; type $$ComponentProps = WithoutChild & { portalProps?: SelectPrimitive.PortalProps; }; declare const SelectContent: import("svelte").Component<$$ComponentProps, {}, "ref">; type SelectContent = ReturnType; export default SelectContent;