import { IRenderFunction } from '@fluentui/react'; import { Key } from 'react'; import { C as CreateChainOfResponsibilityOptions, c as createChainOfResponsibility } from './index-Dm_KqEiI.js'; import 'handler-chain'; type UseBuildRenderFunctionOptions = { getKey?: (props: Props | undefined) => Key; }; type UseBuildRenderFunction = (options?: UseBuildRenderFunctionOptions) => IRenderFunction; /** * @deprecated Fluent UI v9 no longer use `IRenderFunction` for custom render. We no longer validate the correctness of this function. */ declare function createChainOfResponsibilityForFluentUI(options?: CreateChainOfResponsibilityOptions): ReturnType> & { useBuildRenderFunction: UseBuildRenderFunction; }; export { createChainOfResponsibilityForFluentUI };