import { FC } from 'react'; /** * */ export declare function createFC(componentFn: FC

, statics: T): FC

& T;