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