export interface FC

{ (props: P): any; } export declare let _tick: number; export declare const h: (tag: any, props: any, ...children: any) => any; export declare const render: (element: any, options?: { styles?: any; }) => Promise;