import type { StateAttributesMapping } from "../../utils/getStateAttributesProps.js";
import type { ScrollAreaRootState } from "./ScrollAreaRoot.js";
export declare const scrollAreaStateAttributesMapping: StateAttributesMapping<ScrollAreaRootState>;