import { Theme } from '@leafygreen-ui/lib'; export declare const getRowBaseStyles: ({ className, isClickable, isDisabled, theme, }: { className?: string; isClickable: boolean; isDisabled: boolean; theme: Theme; }) => string; export declare const getRowWithRTStyles: ({ className, isDisabled, isExpanded, isOddVSRow, isSelected, isVirtualRow, shouldAlternateRowColor, theme, }: { className?: string; isDisabled: boolean; isExpanded: boolean; isOddVSRow: boolean; isSelected: boolean; isVirtualRow: boolean; shouldAlternateRowColor: boolean; theme: Theme; }) => string; export declare const getRowWithoutRTStyles: ({ className, shouldAlternateRowColor, theme, }: { className?: string; shouldAlternateRowColor?: boolean; theme: Theme; }) => string; //# sourceMappingURL=Row.styles.d.ts.map