import { IButton } from './button.interface'; export declare class ButtonSharedComponent { private _btnStyle; button: IButton; disabled: boolean; btnStyleSetter: string; btnSize: string; fullWidth: boolean; readonly type: string; readonly btnStyle: string; }