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