import { React } from "@lattice-ui/core"; import type { DensityContextValue, DensityProviderProps } from "./types"; export declare function DensityProvider(props: DensityProviderProps): React.JSX.Element; export declare function useDensity(): DensityContextValue;