declare const AbsGroup: { (props: any): any; title: string; isContainer: boolean; }; export default AbsGroup;