import * as react_jsx_runtime from 'react/jsx-runtime'; import * as React from 'react'; type PreviewProps = Readonly & { children: string | string[]; }>; declare const Preview: React.ForwardRefExoticComponent, HTMLDivElement>, "ref"> & { children: string | string[]; }> & React.RefAttributes>; declare const renderWhiteSpace: (text: string) => react_jsx_runtime.JSX.Element | null; export { Preview, type PreviewProps, renderWhiteSpace };