@class CAFilter; @interface AKAuthorizationAppleIDButton : AKAuthorizationButton { long long _type; long long _style; CAFilter *_highlightFilter; BOOL _changesInterfaceStyle; } @property (class, readonly, nonatomic) double defaultCornerRadius; @property (nonatomic) double cornerRadius; + (Class)layerClass; + (id)buttonWithType:(long long)a0 style:(long long)a1; + (long long)_buttonStyleForUIStyle; - (id)accessibilityLabel; - (unsigned long long)accessibilityTraits; - (void)traitCollectionDidChange:(id)a0; - (struct CGSize { double x0; double x1; })intrinsicContentSize; - (void)setHighlighted:(BOOL)a0; - (void)encodeWithCoder:(id)a0; - (id)initWithFrame:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0; - (void)setEnabled:(BOOL)a0; - (void)drawRect:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0; - (void).cxx_destruct; - (BOOL)isAccessibilityElement; - (void)layoutSubviews; - (id)initWithCoder:(id)a0; - (void)_commonInit; - (void)setButtonText:(id)a0; - (void)_createHighlightFilterIfNecessary; - (void)_drawRect:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0 inView:(id)a1; - (void)_performAnimationToSetHighlighted:(BOOL)a0; - (id)initWithAuthorizationButtonType:(long long)a0 authorizationButtonStyle:(long long)a1; @end