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