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 MeShareSheet: { new (...args: any[]): CreateComponentPublicInstanceWithMixins & Readonly<{ onCancel?: ((e: MouseEvent) => any) | undefined; "onUpdate:visible"?: ((value: boolean) => any) | undefined; onChange?: ((e: ListItem) => any) | undefined; }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, { "update:visible": (value: boolean) => any; } & { cancel: (e: MouseEvent) => any; change: (e: ListItem) => any; }, PublicProps, { visible: boolean; tips: string; }, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly<{ visible?: boolean; } & Props> & Readonly<{ onCancel?: ((e: MouseEvent) => any) | undefined; "onUpdate:visible"?: ((value: boolean) => any) | undefined; onChange?: ((e: ListItem) => any) | undefined; }>, {}, {}, {}, {}, { visible: boolean; tips: string; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & ComponentOptionsBase & Readonly<{ onCancel?: ((e: MouseEvent) => any) | undefined; "onUpdate:visible"?: ((value: boolean) => any) | undefined; onChange?: ((e: ListItem) => any) | undefined; }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, { "update:visible": (value: boolean) => any; } & { cancel: (e: MouseEvent) => any; change: (e: ListItem) => any; }, string, { visible: boolean; tips: string; }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & InstallRecord & NameRecord;