/*! * Copyright (c) Microsoft. All rights reserved. * Licensed under the MIT license. See LICENSE file in the project. */ import type { IDetailsListStyles } from '@fluentui/react'; import type { ArqueroDetailsListFeatures } from '../index.js'; /** * Create a DetailsHeader style with enough height to handle the options we've turned on. * Each one requires a small amount of vertical space that stacks up. * @param options - * @returns */ export declare function useDetailsListStyles(isHeaderFixed: boolean, features?: ArqueroDetailsListFeatures, styles?: IDetailsListStyles, hasColumnClick?: boolean, compact?: boolean): IDetailsListStyles;