interface MobileEditorTabsProps { content: string; onChange: (content: string) => void; path: string; isDirty?: boolean; isSaving?: boolean; onSave?: () => void; onClose?: () => void; } export declare function MobileEditorTabs({ content, onChange, path, isDirty, isSaving, onSave, onClose, }: MobileEditorTabsProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=mobile-editor-tabs.d.ts.map