/*! * Copyright (c) Microsoft. All rights reserved. * Licensed under the MIT license. See LICENSE file in the project. */ import type { IDetailsHeaderProps } from '@fluentui/react'; import type { IRenderFunction } from '@fluentui/utilities'; /** * Overrides the default details header rendering so we can inject customization * @returns */ export declare function useDetailsHeaderRenderer(): IRenderFunction;