import React from 'react'; interface ExpandableFileListProps { args: any; toolCallId: string; messageId: string; toolName: string; headerText?: string; } export declare const FileSearchToolComponent: React.FC; export declare const GrepSearchToolComponent: React.FC; export declare const ListDirToolComponent: React.FC; export {}; //# sourceMappingURL=ExpandableFileList.d.ts.map