export declare const DrawerContent: ({ content, onClose, }: { content: { file_source: string; contents: any[]; curMark: string; file_type: string; title: string; metadata: any; } | null; onClose: any; }) => import("react/jsx-runtime").JSX.Element;