import { ReactElement } from 'react'; export declare const elementToStaticHtml: (element: ReactElement) => any;