import type { StyleValue, ExtractPropTypes } from 'vue'; export declare const scrollbarProps: { readonly height: import("element-plus/es/utils/props").BuildPropReturn; readonly maxHeight: import("element-plus/es/utils/props").BuildPropReturn; readonly native: import("element-plus/es/utils/props").BuildPropReturn; readonly wrapStyle: import("element-plus/es/utils/props").BuildPropReturn, "", unknown, unknown, unknown>; readonly wrapClass: import("element-plus/es/utils/props").BuildPropReturn; readonly viewClass: import("element-plus/es/utils/props").BuildPropReturn; readonly viewStyle: import("element-plus/es/utils/props").BuildPropReturn; readonly noresize: BooleanConstructor; readonly tag: import("element-plus/es/utils/props").BuildPropReturn; readonly always: import("element-plus/es/utils/props").BuildPropReturn; readonly minSize: import("element-plus/es/utils/props").BuildPropReturn; }; export declare type ScrollbarProps = ExtractPropTypes; export declare const scrollbarEmits: { scroll: ({ scrollTop, scrollLeft, }: { scrollTop: number; scrollLeft: number; }) => boolean; }; export declare type ScrollbarEmits = typeof scrollbarEmits;