import * as react_jsx_runtime0 from "react/jsx-runtime";
import * as React from "react";

//#region src/preview.d.ts
type PreviewProps = Readonly<React.ComponentPropsWithoutRef<'div'> & {
  children: string | string[];
}>;
declare const Preview: React.ForwardRefExoticComponent<Readonly<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
  children: string | string[];
}> & React.RefAttributes<HTMLDivElement>>;
declare const renderWhiteSpace: (text: string) => react_jsx_runtime0.JSX.Element | null;
//#endregion
export { Preview, PreviewProps, renderWhiteSpace };
//# sourceMappingURL=index.d.ts.map