export declare class ButtonIconSharedComponent { disabled: boolean; btnSize: 'large' | 'medium' | 'xsmall' | 'small'; btnIcon: string; btnIconClass: string; btnStyle: 'secondary' | 'tertiary'; btnShadow: boolean; btnType: 'submit' | 'button' | 'reset'; fullWidth: boolean; label: string; labelSecondary: string; }