import { HTMLAttributes } from "react";
/**
 * @name BuildTogether
 * @description
 * A section of static content, showing Watheia's collaboration abilities.
 * Assumes the consuming component to supply className with width and other styles.
 */
export declare function BuildTogether(props: HTMLAttributes<HTMLDivElement>): JSX.Element;
