/// export declare const FolderCardContext: import("react").Context<{ id?: string | undefined; }>; export declare function useFolderCard(): { id?: string | undefined; };