import React from 'react'; declare const DSGroupBox: { ({ children, title, background, headerLevel, actionsRight, borderTop }: { children: any; title: any; background?: string | undefined; headerLevel?: number | undefined; actionsRight?: never[] | undefined; borderTop: any; }): React.JSX.Element; displayName: string; }; declare const DSGroupBoxWithSchema: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").DocumentedReactComponent<{ children: any; title: any; background?: string | undefined; headerLevel?: number | undefined; actionsRight?: never[] | undefined; borderTop: any; }>; export { DSGroupBox, DSGroupBoxWithSchema };