import { type Snippet } from "svelte"; type $$ComponentProps = { content?: Snippet<[ { props: Record; wrapperProps: Record; } ]>; onPlaced?: () => void; }; declare const FloatingLayerContentStatic: import("svelte").Component<$$ComponentProps, {}, "">; type FloatingLayerContentStatic = ReturnType; export default FloatingLayerContentStatic;