export default unwrapIfFragment;
/**
 * unwrapIfFragment - walks the passed children unwrapping fragments
 * to create a flat array of all children
 */
declare function unwrapIfFragment(children: any): any;
