import { Size } from '@pdfme/common'; declare const Error: ({ size, error }: { size: Size; error: Error; }) => JSX.Element; export default Error;