import { UIRenderProps } from '@pdfme/common'; import { ImageSchema } from './image'; export declare function isPdf(content: string): boolean; export declare const pdfToImage: ({ schema, value, _cache, pdfJs, }: UIRenderProps) => Promise;