export declare function styledScrollbarStyle({ styledScrollbar: val }: { styledScrollbar: any; }): ({ $: string; display: string; 'scrollbar-width'?: undefined; } | { 'scrollbar-width': string; $?: undefined; display?: undefined; })[] | ({ $: string; width: string; height: string; 'background-color'?: undefined; 'border-radius'?: undefined; border?: undefined; 'background-clip'?: undefined; 'scrollbar-width'?: undefined; 'scrollbar-color'?: undefined; } | { $: string; 'background-color': string; width?: undefined; height?: undefined; 'border-radius'?: undefined; border?: undefined; 'background-clip'?: undefined; 'scrollbar-width'?: undefined; 'scrollbar-color'?: undefined; } | { $: string; 'background-color': string; 'border-radius': string; border: string; 'background-clip': string; width?: undefined; height?: undefined; 'scrollbar-width'?: undefined; 'scrollbar-color'?: undefined; } | { 'scrollbar-width': string; 'scrollbar-color': string; $?: undefined; width?: undefined; height?: undefined; 'background-color'?: undefined; 'border-radius'?: undefined; border?: undefined; 'background-clip'?: undefined; })[] | null; export declare namespace styledScrollbarStyle { var __lookupStyles: string[]; }