import type { Node } from '../../types.js'; import type { D3Selection } from '../../../types.js'; /** Folder shape: a rectangle with a raised tab on its top-left edge. */ export declare function folder(parent: D3Selection, node: Node): Promise>;