import type { SharePlugin } from './definitions';
declare const Share: SharePlugin;
export * from './definitions';
export { Share };
