import { InputSignal, OutputEmitterRef } from '@angular/core';
import { ShareButtonsConfig } from 'ngx-sharebuttons';
import * as i0 from "@angular/core";
export declare class ExpandButton {
    options: InputSignal<ShareButtonsConfig>;
    expand: InputSignal<boolean>;
    expandChange: OutputEmitterRef<boolean>;
    static ɵfac: i0.ɵɵFactoryDeclaration<ExpandButton, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<ExpandButton, "expand-button", never, { "options": { "alias": "options"; "required": false; "isSignal": true; }; "expand": { "alias": "expand"; "required": false; "isSignal": true; }; }, { "expandChange": "expandChange"; }, never, never, true, never>;
}
