import type { IScrollablePaneStyleProps, IScrollablePaneStyles } from './ScrollablePane.types'; export declare const getStyles: (props: IScrollablePaneStyleProps) => IScrollablePaneStyles;