/** * Overlay menu for managing always-include files. * Supports list, confirm-remove, and add-file modes. */ import React from 'react'; interface IncludeMenuProps { threadName: string; onClose: () => void; } export declare function IncludeMenu({ threadName, onClose }: IncludeMenuProps): React.ReactElement; export {}; //# sourceMappingURL=IncludeMenu.d.ts.map