import React from 'react'; export type ModulePositionTypeTabsProps = { className?: string; embed?: 'bottomPanel' | 'variantSheet'; }; /** * All / Middle / Corner / End tabs for Snap2 compatible modules. Syncs with {@link useOV25UI} * `selectedModuleType` (shared with {@link ModuleBottomPanel}). * On narrow width (not bottom dock), switches to a dropdown like variant tabs. */ export declare const ModulePositionTypeTabs: React.FC;