export declare abstract class ComponentBuilder<Component extends AnyAPIActionRowComponent> implements JSONEncodable<Component>
The base component builder that contains common symbols for all sorts of components.
Type Parameters
AnyAPIActionRowComponent Component extends
The type of API data that is stored within the builder