export declare enum AttributeNames {
    MOUNTING_SPAN = "reactLoad: mounting",
    UPDATING_SPAN = "reactLoad: updating",
    UNMOUNTING_SPAN = "reactLoad: unmounting",
    LOCATION_URL = "location",
    REACT_NAME = "react_component_name",
    REACT_STATE = "react_component_state",
    REACT_ERROR = "react_error"
}
//# sourceMappingURL=AttributeNames.d.ts.map