import React from 'react'; declare const DSCollectionBox: { ({ body, title, headerAction, footerAction, headerLevel }: { body: any; title: any; headerAction: any; footerAction: any; headerLevel?: number | undefined; }): React.JSX.Element; displayName: string; }; declare const DSCollectionBoxWithSchema: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").DocumentedReactComponent<{ body: any; title: any; headerAction: any; footerAction: any; headerLevel?: number | undefined; }>; export { DSCollectionBox, DSCollectionBoxWithSchema };