/// import { PreviewType } from './Preview.type'; export declare const Preview: ({ type, value }: PreviewType) => JSX.Element;