export default Group; /** * Accessible `Group` component to identify a set of inputs/elements. Implements the WAI-ARIA Group Role * @see {@link https://www.w3.org/TR/wai-aria-1.1/#group} */ declare const Group: React.MemoExoticComponent>>; import React from "react";