export declare class ShareButton { /** * Icon from the Ionicons set used in the button. */ readonly icon: string; private openPopover; private clickOpen; render(): any; }