export declare type ChatItemContextValue = {
    attached: boolean | 'top' | 'bottom';
};
export declare const ChatItemContext: import("@fluentui/react-bindings").Context<ChatItemContextValue>;
export declare const ChatItemContextProvider: import("react").Provider<ChatItemContextValue> & import("react").FC<import("react").ProviderProps<ChatItemContextValue>>;
