import { PreviewProps } from '../../preview.interface';
declare const _default: import('vue').DefineComponent<PreviewProps & {
    options?: Record<string, any>;
    requestOptions?: Record<string, any>;
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
    error: (error: Error) => any;
    rendered: () => any;
}, string, import('vue').PublicProps, Readonly<PreviewProps & {
    options?: Record<string, any>;
    requestOptions?: Record<string, any>;
}> & Readonly<{
    onError?: (error: Error) => any;
    onRendered?: () => any;
}>, {
    file: File | Blob;
    url: string;
    options: Record<string, any>;
    requestOptions: Record<string, any>;
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
export default _default;
