import { CreateComponentPublicInstanceWithMixins, ComponentOptionsMixin, PublicProps, GlobalComponents, GlobalDirectives, ComponentProvideOptions, ComponentOptionsBase, VNodeProps, AllowedComponentProps, ComponentCustomProps } from 'vue';
import { Props, ListItem } from './types';
import { InstallRecord, NameRecord } from '../types';
export declare const MeActionSheet: {
    new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly<{
        visible?: boolean;
    } & Props> & Readonly<{
        onCancel?: ((item: MouseEvent) => any) | undefined;
        "onUpdate:visible"?: ((value: boolean) => any) | undefined;
        onChange?: ((item: ListItem) => any) | undefined;
    }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
        "update:visible": (value: boolean) => any;
    } & {
        cancel: (item: MouseEvent) => any;
        change: (item: ListItem) => any;
    }, PublicProps, {
        label: string;
        index: string;
    }, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
        P: {};
        B: {};
        D: {};
        C: {};
        M: {};
        Defaults: {};
    }, Readonly<{
        visible?: boolean;
    } & Props> & Readonly<{
        onCancel?: ((item: MouseEvent) => any) | undefined;
        "onUpdate:visible"?: ((value: boolean) => any) | undefined;
        onChange?: ((item: ListItem) => any) | undefined;
    }>, {}, {}, {}, {}, {
        label: string;
        index: string;
    }>;
    __isFragment?: never;
    __isTeleport?: never;
    __isSuspense?: never;
} & ComponentOptionsBase<Readonly<{
    visible?: boolean;
} & Props> & Readonly<{
    onCancel?: ((item: MouseEvent) => any) | undefined;
    "onUpdate:visible"?: ((value: boolean) => any) | undefined;
    onChange?: ((item: ListItem) => any) | undefined;
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
    "update:visible": (value: boolean) => any;
} & {
    cancel: (item: MouseEvent) => any;
    change: (item: ListItem) => any;
}, string, {
    label: string;
    index: string;
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & InstallRecord & NameRecord;
