interface Props { children?: import('svelte').Snippet; class?: string; placement?: 'top' | 'bottom' | 'top-start' | 'bottom-start' | 'top-end' | 'bottom-end'; offset?: number; sameWidth?: boolean; } declare const MenuContent: import("svelte").Component; type MenuContent = ReturnType; export default MenuContent;