import type { IMarqueeSelectionStyleProps, IMarqueeSelectionStyles } from './MarqueeSelection.types';
export declare const getStyles: (props: IMarqueeSelectionStyleProps) => IMarqueeSelectionStyles;
