/*! * Copyright (c) Microsoft. All rights reserved. * Licensed under the MIT license. See LICENSE file in the project. */ import type { IDetailsRowStyleProps, IDetailsRowStyles, IStyleFunctionOrObject } from '@fluentui/react'; import type { RichRowProps } from './types.js'; export declare function useStyles({ striped, itemIndex, columnBorders, compact, compactRowHeight, styles, }: RichRowProps): IStyleFunctionOrObject;