import * as React$1 from 'react'; import { MouseEvent } from 'react'; interface PreviewProps { width?: number; height?: number; onClick?: (event: MouseEvent) => void; className?: string; style?: React.CSSProperties; } declare const Preview: React$1.ForwardRefExoticComponent>; export { Preview }; export type { PreviewProps };