/*! * Copyright (c) Microsoft. All rights reserved. * Licensed under the MIT license. See LICENSE file in the project. */ import type { IDetailsRowProps } from '@fluentui/react'; import type { IRenderFunction } from '@fluentui/utilities'; /** * * @param striped - * @returns */ export declare function useStripedRowsRenderer(striped: boolean, columnBorders: boolean, compactRowHeight: number): IRenderFunction;