interface Props { wrap?: boolean; disabledPattern?: boolean[]; } declare const SpatialMenuDisabledTest: import("svelte").Component; type SpatialMenuDisabledTest = ReturnType; export default SpatialMenuDisabledTest;