export declare const CreateComponent: (options: any, component: any) => {
    instance: any;
    unmount: () => void;
};
