import type { Stylable } from "./D3Selection.js"; /** Applies each key/value in an object as a style. @param e The d3 selection to apply styles to. @param s An object of key/value style pairs. */ export default function (e: Stylable, s?: Record): void;