import * as React from "react"; interface IGroupProps { title?: string; } declare const Group: React.FC; export { Group, IGroupProps };