import { CreateComponentPublicInstanceWithMixins, ComponentOptionsMixin, PublicProps, GlobalComponents, GlobalDirectives, ComponentProvideOptions, ComponentOptionsBase, VNodeProps, AllowedComponentProps, ComponentCustomProps } from 'vue';
import { Props, Base64DataItem } from './types';
import { InstallRecord, NameRecord } from '../types';
export declare const MeSplitter: {
    new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly< Props> & Readonly<{
        onLoad?: ((value: Base64DataItem[]) => any) | undefined;
    }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
        load: (value: Base64DataItem[]) => any;
    }, PublicProps, {
        width: string | number;
        height: string | number;
        lineColor: string;
        lineWidth: number;
        openAnimation: boolean;
        minSize: number;
    }, false, {}, {}, GlobalComponents, GlobalDirectives, string, {
        canvasNode: HTMLCanvasElement;
    }, any, ComponentProvideOptions, {
        P: {};
        B: {};
        D: {};
        C: {};
        M: {};
        Defaults: {};
    }, Readonly< Props> & Readonly<{
        onLoad?: ((value: Base64DataItem[]) => any) | undefined;
    }>, {}, {}, {}, {}, {
        width: string | number;
        height: string | number;
        lineColor: string;
        lineWidth: number;
        openAnimation: boolean;
        minSize: number;
    }>;
    __isFragment?: never;
    __isTeleport?: never;
    __isSuspense?: never;
} & ComponentOptionsBase<Readonly< Props> & Readonly<{
    onLoad?: ((value: Base64DataItem[]) => any) | undefined;
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
    load: (value: Base64DataItem[]) => any;
}, string, {
    width: string | number;
    height: string | number;
    lineColor: string;
    lineWidth: number;
    openAnimation: boolean;
    minSize: number;
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & InstallRecord & NameRecord;
