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