@protocol SXInsertableComponent, SXComponentLayout, SXComponent; @interface SXComponentInsert : NSObject @property (readonly, nonatomic) id component; @property (readonly, nonatomic) id componentLayout; - (id)description; - (void).cxx_destruct; - (id)initWithComponent:(id)a0 componentLayout:(id)a1; @end