import type { IFloatingSuggestionsHeaderFooterItemProps } from './FloatingSuggestionsHeaderFooterItem.types'; import type { JSXElement } from '@fluentui/utilities'; export declare const FloatingSuggestionsHeaderFooterItem: (props: IFloatingSuggestionsHeaderFooterItemProps) => JSXElement;