import { type Density } from "@salt-ds/core"; export declare const getWidth: (node: HTMLElement | null) => number; /** * This records the width of a component when it's rendered */ export declare const useWidth: (density: Density) => [(newNode: any) => void, number];