import { Signal, InputSignal, ModelSignal, OutputEmitterRef, InputSignalWithTransform } from '@angular/core'; import { ShareButtonsConfig, ShareButtonProp } from 'ngx-sharebuttons'; import * as i0 from "@angular/core"; export declare class ShareButtons { /** Global default options */ readonly options: ShareButtonsConfig; /** Numbers of buttons to show */ show: InputSignalWithTransform; /** Array of included buttons */ include: InputSignal; /** Array of excluded buttons */ exclude: InputSignal; expanded: ModelSignal; selectedButtons: Signal; displayButtons: Signal; theme: InputSignal; /** The sharing link */ url: InputSignal; /** The title parameter */ title: InputSignal; /** The description parameter */ description: InputSignal; /** The image parameter for sharing on Pinterest */ image: InputSignal; /** The tags parameter for sharing on X and Tumblr */ tags: InputSignal; /** Sets the fb messenger redirect url to enable sharing on Messenger desktop */ redirectUrl: InputSignal; /** Show buttons icons */ showIcon: InputSignalWithTransform; /** Show buttons text */ showText: InputSignalWithTransform; /** A flag that indicates if the button's click is disabled */ disabled: InputSignalWithTransform; /** Share dialog opened event */ opened: OutputEmitterRef; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }