/** * Used to determine we'll call be calling React.createElement on the component of if this is a * generator function used return a function that takes props to return a React element * @param component * @returns {boolean} */ export declare function generatorFunction(component: any): boolean;