import React from 'react'; export declare function flush(): React.DetailedReactHTMLElement<{ id: string; key: string; dangerouslySetInnerHTML: { __html: string; }; }, HTMLElement>; export declare function setFlushStyles(styles: any): void;