import { HTMLAttributes } from "react";
/**
 * A section showing 3 "chat messages", detailing our dedicated dev support team.
 * Floating chat heads are positioned on both sides, for desktop resolutions.
 * @name ExpertSupport
 */
export declare const ExpertSupport: (props: HTMLAttributes<HTMLDivElement>) => JSX.Element;
