///
export interface ScrollAreaStylesParams {
scrollbarSize: number | string;
offsetScrollbars: boolean;
scrollbarHovered: boolean;
hidden: boolean;
width?: React.CSSProperties['width'];
height?: React.CSSProperties['height'];
maxWidth?: React.CSSProperties['maxWidth'];
maxHeight?: React.CSSProperties['maxHeight'];
}
declare const _default: (params: ScrollAreaStylesParams, options?: import("../../styles/utils/create-styles/create-styles").UseStylesOptions) => {
classes: {
root: string;
viewport: string;
scrollbar: string;
verticalBar: string;
horizontalBar: string;
thumb: string;
corner: string;
};
cx: typeof import("clsx").clsx;
theme: import("../../styles").FlowindTheme;
styls: {
root: import("react").CSSProperties;
viewport: import("react").CSSProperties;
scrollbar: import("react").CSSProperties;
thumb: import("react").CSSProperties;
corner: import("react").CSSProperties;
};
};
export default _default;