import { Ref } from 'react'; interface PreviewProps { precent?: string; ref?: Ref; svg: string; title: string; } declare const Preview: import("react").NamedExoticComponent; export default Preview;