export function defaultTitle(formData: any, schema: any, options: any): any;
/**
 * createCollapsibleFieldset create a widget with a title function
 * @param {function} title the function called by the component to compute the title
 * @return {function} CollapsibleFieldset react component
 */
export default function createCollapsibleFieldset(title?: Function): Function;
